Html Css Color HEX #601311 Red Oxide

📋 copy color: '#601311'

red 96 ◦ green 19 ◦ blue 17

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

Shades of Red Oxide #601311

Tints of Red Oxide #601311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 72.73%
G = 14.39%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#601311 (or 0x601311) is known color: Red Oxide. HEX triplet: 60, 13 and 11. RGB value is (96,19,17). Sum of RGB (Red+Green+Blue) = 96+19+17=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601311 is #9FECEE. Grayscale: #292929. Windows color (decimal): -10480879 or 1119072. OLE color: 1119072.

HSL color Cylindrical-coordinate representation of color #601311: hue angle of 1.52º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601311 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 17 -
CMYK 0 0.80 0.82 0.62
HSL 1.52º 0.7% 0.22% -
HSV(B) 1.52º 0.82% 0.38% -
XYZ 5.16 2.99 0.84 -
YUV 41.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 96 19 17 0 0.80 0.82 0.62 1.52 0.7 0.22
Hex 60 13 11 0 50 52 3E 2 46 16
Octal 140 23 21 0 120 122 76 2 106 26
Binary 1100000 10011 10001 0 1010000 1010010 111110 10 1000110 10110

Color Harmonies of #601311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601311

Black with #601311

Text Example


Text Example

White with #601311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601311; }

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

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

background-color css

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

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

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

border-color css

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

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

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