Html Css Color HEX #601309 Red Oxide

📋 copy color: '#601309'

red 96 ◦ green 19 ◦ blue 9

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

Shades of Red Oxide #601309

Tints of Red Oxide #601309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 77.42%
G = 15.32%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#601309 (or 0x601309) is known color: Red Oxide. HEX triplet: 60, 13 and 09. RGB value is (96,19,9). Sum of RGB (Red+Green+Blue) = 96+19+9=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #601309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601309 is #9FECF6. Grayscale: #292929. Windows color (decimal): -10480887 or 594784. OLE color: 594784.

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

Color convert

RGB 96 19 9 -
CMYK 0 0.80 0.91 0.62
HSL 6.9º 0.83% 0.21% -
HSV(B) 6.9º 0.91% 0.38% -
XYZ 5.11 2.97 0.56 -
YUV 40.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 96 19 9 0 0.80 0.91 0.62 6.9 0.83 0.21
Hex 60 13 9 0 50 5B 3E 7 53 15
Octal 140 23 11 0 120 133 76 7 123 25
Binary 1100000 10011 1001 0 1010000 1011011 111110 111 1010011 10101

Color Harmonies of #601309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601309

Black with #601309

Text Example


Text Example

White with #601309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601309; }

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

 H1.HeaderClassName
 {
   color: #601309;
 }
 .AnyTagClassName
 {
   color: #601309;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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