Html Css Color HEX #601514 Red Oxide

📋 copy color: '#601514'

red 96 ◦ green 21 ◦ blue 20

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

Shades of Red Oxide #601514

Tints of Red Oxide #601514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 70.07%
G = 15.33%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#601514 (or 0x601514) is known color: Red Oxide. HEX triplet: 60, 15 and 14. RGB value is (96,21,20). Sum of RGB (Red+Green+Blue) = 96+21+20=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601514 is #9FEAEB. Grayscale: #2B2B2B. Windows color (decimal): -10480364 or 1316192. OLE color: 1316192.

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

Color convert

RGB 96 21 20 -
CMYK 0 0.78 0.79 0.62
HSL 0.79º 0.66% 0.23% -
HSV(B) 0.79º 0.79% 0.38% -
XYZ 5.22 3.07 0.98 -
YUV 43.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 96 21 20 0 0.78 0.79 0.62 0.79 0.66 0.23
Hex 60 15 14 0 4E 4F 3E 1 42 17
Octal 140 25 24 0 116 117 76 1 102 27
Binary 1100000 10101 10100 0 1001110 1001111 111110 1 1000010 10111

Color Harmonies of #601514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601514

Black with #601514

Text Example


Text Example

White with #601514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601514; }

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

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

background-color css

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

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

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

border-color css

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

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

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