#611903

Color #611903 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611903

Tints of Red Oxide #611903

Color information

#611903 (or 0x611903) is unknown color: approx Red Oxide. HEX triplet: 61, 19 and 03. RGB value is (97,25,3). Sum of RGB (Red+Green+Blue) = 97+25+3=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #611903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611903 is #9EE6FC. Grayscale: #2C2C2C. Windows color (decimal): -10413821 or 203105. OLE color: 203105.

HSL color Cylindrical-coordinate representation of color #611903: hue angle of 14.04º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #611903 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB97253-
CMYK00.740.970.62
HSL14.04º94%19.61%-
HSV(B)14.04º96.91%38.04%-
XYZ5.293.240.43-
YUV44.02104.85165.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 77.6%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=77.6%
G=20%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9725300.740.970.6214.049419.61
Hex6119304A613Ee5e14
Octal1413130112141761613624
Binary110000111001110100101011000011111101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611903; }

 p { color: rgb(97,25,3); }

 H1.HeaderClassName
 {
   color: #611903;
 }
 .AnyTagClassName
 {
   color: #611903;
 }
</style>
background-color css

<style>
 a { background-color: #611903; }

 a { background-color: rgb(97,25,3); }

 div.DivClassName
 {
   background-color: #611903;
 }
 .BgClassName
 {
   background-color: #611903;
 }
</style>
border-color css

<style>
 span { border-color: #611903; }

 span { border-color: rgb(97,25,3); }

 td.TdClassName
 {
   border-color: #611903;
 }
 .TagClassName
 {
   border-color: #611903;
 }
</style>