Html Css Color HEX #602A20 Caput Mortuum

📋 copy color: '#602A20'

red 96 ◦ green 42 ◦ blue 32

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

Shades of Caput Mortuum #602A20

Tints of Caput Mortuum #602A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.71%

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 56.47%
G = 24.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#602A20 (or 0x602A20) is known color: Caput Mortuum. HEX triplet: 60, 2A and 20. RGB value is (96,42,32). Sum of RGB (Red+Green+Blue) = 96+42+32=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A20 is #9FD5DF. Grayscale: #393939. Windows color (decimal): -10474976 or 2108000. OLE color: 2108000.

HSL color Cylindrical-coordinate representation of color #602A20: hue angle of 9.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602A20 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 42 32 -
CMYK 0 0.56 0.67 0.62
HSL 9.38º 0.5% 0.25% -
HSV(B) 9.38º 0.67% 0.38% -
XYZ 5.91 4.25 1.87 -
YUV 57.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 96 42 32 0 0.56 0.67 0.62 9.38 0.5 0.25
Hex 60 2A 20 0 38 43 3E 9 32 19
Octal 140 52 40 0 70 103 76 11 62 31
Binary 1100000 101010 100000 0 111000 1000011 111110 1001 110010 11001

Color Harmonies of #602A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602A20

Black with #602A20

Text Example


Text Example

White with #602A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602A20; }

 p { color: rgb(96,42,32); }

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

background-color css

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

 a { background-color: rgb(96,42,32); }

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

border-color css

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

 span { border-color: rgb(96,42,32); }

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