#601211

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

Shades of Red Oxide #601211

Tints of Red Oxide #601211

Color information

#601211 (or 0x601211) is unknown color: approx Red Oxide. HEX triplet: 60, 12 and 11. RGB value is (96,18,17). Sum of RGB (Red+Green+Blue) = 96+18+17=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #601211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601211 is #9FEDEE. Grayscale: #292929. Windows color (decimal): -10481135 or 1118816. OLE color: 1118816.

HSL color Cylindrical-coordinate representation of color #601211: hue angle of 0.76º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601211 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB961817-
CMYK00.810.820.62
HSL0.76º69.91%22.16%-
HSV(B)0.76º82.29%37.65%-
XYZ5.142.960.83-
YUV41.21114.34167.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=73.28%
G=13.74%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96181700.810.820.620.7669.9122.16
Hex601211051523E14616
Octal1402221012112276110626
Binary110000010010100010101000110100101111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601211; }

 p { color: rgb(96,18,17); }

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

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

 a { background-color: rgb(96,18,17); }

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

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

 span { border-color: rgb(96,18,17); }

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