Html Css Color HEX #602821 Caput Mortuum

📋 copy color: '#602821'

red 96 ◦ green 40 ◦ blue 33

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

Shades of Caput Mortuum #602821

Tints of Caput Mortuum #602821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 56.8%
G = 23.67%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#602821 (or 0x602821) is known color: Caput Mortuum. HEX triplet: 60, 28 and 21. RGB value is (96,40,33). Sum of RGB (Red+Green+Blue) = 96+40+33=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #602821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602821 is #9FD7DE. Grayscale: #383838. Windows color (decimal): -10475487 or 2173024. OLE color: 2173024.

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

Color convert

RGB 96 40 33 -
CMYK 0 0.58 0.66 0.62
HSL 6.67º 0.49% 0.25% -
HSV(B) 6.67º 0.66% 0.38% -
XYZ 5.86 4.11 1.92 -
YUV 55.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 96 40 33 0 0.58 0.66 0.62 6.67 0.49 0.25
Hex 60 28 21 0 3A 42 3E 7 31 19
Octal 140 50 41 0 72 102 76 7 61 31
Binary 1100000 101000 100001 0 111010 1000010 111110 111 110001 11001

Color Harmonies of #602821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602821

Black with #602821

Text Example


Text Example

White with #602821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602821; }

 p { color: rgb(96,40,33); }

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

background-color css

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

 a { background-color: rgb(96,40,33); }

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

border-color css

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

 span { border-color: rgb(96,40,33); }

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