#601409

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

Shades of Red Oxide #601409

Tints of Red Oxide #601409

Color information

#601409 (or 0x601409) is unknown color: approx Red Oxide. HEX triplet: 60, 14 and 09. RGB value is (96,20,9). Sum of RGB (Red+Green+Blue) = 96+20+9=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #601409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601409 is #9FEBF6. Grayscale: #292929. Windows color (decimal): -10480631 or 595040. OLE color: 595040.

HSL color Cylindrical-coordinate representation of color #601409: hue angle of 7.59º 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 #601409 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96209-
CMYK00.790.910.62
HSL7.59º82.86%20.59%-
HSV(B)7.59º90.62%37.65%-
XYZ5.123.010.57-
YUV41.47109.68166.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=76.8%
G=16%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9620900.790.910.627.5982.8620.59
Hex6014904F5B3E85315
Octal14024110117133761012325
Binary11000001010010010100111110110111111101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601409; }

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

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

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

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

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

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

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

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