Html Css Color HEX #602115 Caput Mortuum

📋 copy color: '#602115'

red 96 ◦ green 33 ◦ blue 21

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

Shades of Caput Mortuum #602115

Tints of Caput Mortuum #602115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22%

 BLUE value IS 21 (8.59% from 255) = 14%

R = 64%
G = 22%
B = 14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#602115 (or 0x602115) is known color: Caput Mortuum. HEX triplet: 60, 21 and 15. RGB value is (96,33,21). Sum of RGB (Red+Green+Blue) = 96+33+21=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #602115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602115 is #9FDEEA. Grayscale: #323232. Windows color (decimal): -10477291 or 1384800. OLE color: 1384800.

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

Color convert

RGB 96 33 21 -
CMYK 0 0.66 0.78 0.62
HSL 9.6º 0.64% 0.23% -
HSV(B) 9.6º 0.78% 0.38% -
XYZ 5.5 3.63 1.12 -
YUV 50.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 96 33 21 0 0.66 0.78 0.62 9.6 0.64 0.23
Hex 60 21 15 0 42 4E 3E A 40 17
Octal 140 41 25 0 102 116 76 12 100 27
Binary 1100000 100001 10101 0 1000010 1001110 111110 1010 1000000 10111

Color Harmonies of #602115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602115

Black with #602115

Text Example


Text Example

White with #602115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602115; }

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

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

background-color css

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

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

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

border-color css

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

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

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