Html Css Color HEX #602C1B Caput Mortuum

📋 copy color: '#602C1B'

red 96 ◦ green 44 ◦ blue 27

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

Shades of Caput Mortuum #602C1B

Tints of Caput Mortuum #602C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 57.49%
G = 26.35%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#602C1B (or 0x602C1B) is known color: Caput Mortuum. HEX triplet: 60, 2C and 1B. RGB value is (96,44,27). Sum of RGB (Red+Green+Blue) = 96+44+27=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C1B is #9FD3E4. Grayscale: #393939. Windows color (decimal): -10474469 or 1780832. OLE color: 1780832.

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

Color convert

RGB 96 44 27 -
CMYK 0 0.54 0.72 0.62
HSL 14.78º 0.56% 0.24% -
HSV(B) 14.78º 0.72% 0.38% -
XYZ 5.92 4.37 1.57 -
YUV 57.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 96 44 27 0 0.54 0.72 0.62 14.78 0.56 0.24
Hex 60 2C 1B 0 36 48 3E F 38 18
Octal 140 54 33 0 66 110 76 17 70 30
Binary 1100000 101100 11011 0 110110 1001000 111110 1111 111000 11000

Color Harmonies of #602C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C1B

Black with #602C1B

Text Example


Text Example

White with #602C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,27); }

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

background-color css

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

 a { background-color: rgb(96,44,27); }

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

border-color css

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

 span { border-color: rgb(96,44,27); }

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