Html Css Color HEX #601913 Red Oxide

📋 copy color: '#601913'

red 96 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #601913

Tints of Red Oxide #601913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 68.57%
G = 17.86%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#601913 (or 0x601913) is known color: Red Oxide. HEX triplet: 60, 19 and 13. RGB value is (96,25,19). Sum of RGB (Red+Green+Blue) = 96+25+19=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #601913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601913 is #9FE6EC. Grayscale: #2D2D2D. Windows color (decimal): -10479341 or 1251680. OLE color: 1251680.

HSL color Cylindrical-coordinate representation of color #601913: hue angle of 4.68º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601913 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 19 -
CMYK 0 0.74 0.80 0.62
HSL 4.68º 0.67% 0.23% -
HSV(B) 4.68º 0.8% 0.38% -
XYZ 5.29 3.23 0.96 -
YUV 45.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 96 25 19 0 0.74 0.80 0.62 4.68 0.67 0.23
Hex 60 19 13 0 4A 50 3E 5 43 17
Octal 140 31 23 0 112 120 76 5 103 27
Binary 1100000 11001 10011 0 1001010 1010000 111110 101 1000011 10111

Color Harmonies of #601913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601913

Black with #601913

Text Example


Text Example

White with #601913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601913; }

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

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

background-color css

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

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

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

border-color css

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

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

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