#611904

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

Shades of Red Oxide #611904

Tints of Red Oxide #611904

Color information

#611904 (or 0x611904) is unknown color: approx Red Oxide. HEX triplet: 61, 19 and 04. RGB value is (97,25,4). Sum of RGB (Red+Green+Blue) = 97+25+4=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #611904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611904 is #9EE6FB. Grayscale: #2C2C2C. Windows color (decimal): -10413820 or 268641. OLE color: 268641.

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

Color convert

RGB97254-
CMYK00.740.960.62
HSL13.55º92.08%19.8%-
HSV(B)13.55º95.88%38.04%-
XYZ5.33.250.46-
YUV44.13105.35165.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.98%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=76.98%
G=19.84%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9725400.740.960.6213.5592.0819.8
Hex6119404A603Ee5c14
Octal1413140112140761613424
Binary1100001110011000100101011000001111101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611904; }

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

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

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

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

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

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

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

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