Html Css Color HEX #601409 Red Oxide

📋 copy color: '#601409'

red 96 ◦ green 20 ◦ blue 9

#601409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #601409

Tints of Red Oxide #601409

RGB

 RED value IS 96 (37.89% from 255) = 76.8%

 GREEN value IS 20 (8.2% from 255) = 16%

 BLUE value IS 9 (3.91% from 255) = 7.2%

R = 76.8%
G = 16%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#601409 (or 0x601409) is known color: 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

RGB 96 20 9 -
CMYK 0 0.79 0.91 0.62
HSL 7.59º 0.83% 0.21% -
HSV(B) 7.59º 0.91% 0.38% -
XYZ 5.12 3.01 0.57 -
YUV 41.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 96 20 9 0 0.79 0.91 0.62 7.59 0.83 0.21
Hex 60 14 9 0 4F 5B 3E 8 53 15
Octal 140 24 11 0 117 133 76 10 123 25
Binary 1100000 10100 1001 0 1001111 1011011 111110 1000 1010011 10101

Color Harmonies of #601409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601409

Black with #601409

Text Example


Text Example

White with #601409

Text Example


Text Example

HTML Codes & Css Web 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>