Html Css Color HEX #55291C Caput Mortuum

📋 copy color: '#55291C'

red 85 ◦ green 41 ◦ blue 28

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

Shades of Caput Mortuum #55291C

Tints of Caput Mortuum #55291C

RGB

 RED value IS 85 (33.59% from 255) = 55.19%

 GREEN value IS 41 (16.41% from 255) = 26.62%

 BLUE value IS 28 (11.33% from 255) = 18.18%

R = 55.19%
G = 26.62%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55291C (or 0x55291C) is known color: Caput Mortuum. HEX triplet: 55, 29 and 1C. RGB value is (85,41,28). Sum of RGB (Red+Green+Blue) = 85+41+28=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55291C is #AAD6E3. Grayscale: #343434. Windows color (decimal): -11196132 or 1845589. OLE color: 1845589.

HSL color Cylindrical-coordinate representation of color #55291C: hue angle of 13.68º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55291C is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 41 28 -
CMYK 0 0.52 0.67 0.67
HSL 13.68º 0.5% 0.22% -
HSV(B) 13.68º 0.67% 0.33% -
XYZ 4.75 3.6 1.54 -
YUV 52.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 85 41 28 0 0.52 0.67 0.67 13.68 0.5 0.22
Hex 55 29 1C 0 34 43 43 E 32 16
Octal 125 51 34 0 64 103 103 16 62 26
Binary 1010101 101001 11100 0 110100 1000011 1000011 1110 110010 10110

Color Harmonies of #55291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55291C

Black with #55291C

Text Example


Text Example

White with #55291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55291C; }

 p { color: rgb(85,41,28); }

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

background-color css

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

 a { background-color: rgb(85,41,28); }

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

border-color css

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

 span { border-color: rgb(85,41,28); }

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