#601209

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

Shades of Red Oxide #601209

Tints of Red Oxide #601209

Color information

#601209 (or 0x601209) is unknown color: approx Red Oxide. HEX triplet: 60, 12 and 09. RGB value is (96,18,9). Sum of RGB (Red+Green+Blue) = 96+18+9=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #601209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601209 is #9FEDF6. Grayscale: #282828. Windows color (decimal): -10481143 or 594528. OLE color: 594528.

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

Color convert

RGB96189-
CMYK00.810.910.62
HSL6.21º82.86%20.59%-
HSV(B)6.21º90.62%37.65%-
XYZ5.092.940.56-
YUV40.3110.34167.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.05%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=78.05%
G=14.63%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9618900.810.910.626.2182.8620.59
Hex601290515B3E65315
Octal1402211012113376612325
Binary1100000100101001010100011011011111110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601209; }

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

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

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

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

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

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

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

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