Html Css Color HEX #602312 Caput Mortuum

📋 copy color: '#602312'

red 96 ◦ green 35 ◦ blue 18

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

Shades of Caput Mortuum #602312

Tints of Caput Mortuum #602312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 64.43%
G = 23.49%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#602312 (or 0x602312) is known color: Caput Mortuum. HEX triplet: 60, 23 and 12. RGB value is (96,35,18). Sum of RGB (Red+Green+Blue) = 96+35+18=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #602312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602312 is #9FDCED. Grayscale: #333333. Windows color (decimal): -10476782 or 1188704. OLE color: 1188704.

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

Color convert

RGB 96 35 18 -
CMYK 0 0.64 0.81 0.62
HSL 13.08º 0.68% 0.22% -
HSV(B) 13.08º 0.81% 0.38% -
XYZ 5.53 3.73 1 -
YUV 51.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 96 35 18 0 0.64 0.81 0.62 13.08 0.68 0.22
Hex 60 23 12 0 40 51 3E D 44 16
Octal 140 43 22 0 100 121 76 15 104 26
Binary 1100000 100011 10010 0 1000000 1010001 111110 1101 1000100 10110

Color Harmonies of #602312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602312

Black with #602312

Text Example


Text Example

White with #602312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602312; }

 p { color: rgb(96,35,18); }

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

background-color css

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

 a { background-color: rgb(96,35,18); }

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

border-color css

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

 span { border-color: rgb(96,35,18); }

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