#55281C

Color #55281C Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #55281C

Tints of Caput Mortuum #55281C

Color information

#55281C (or 0x55281C) is unknown color: approx Caput Mortuum. HEX triplet: 55, 28 and 1C. RGB value is (85,40,28). Sum of RGB (Red+Green+Blue) = 85+40+28=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55281C is #AAD7E3. Grayscale: #343434. Windows color (decimal): -11196388 or 1845333. OLE color: 1845333.

HSL color Cylindrical-coordinate representation of color #55281C: hue angle of 12.63º 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 #55281C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB854028-
CMYK00.530.670.67
HSL12.63º50.44%22.16%-
HSV(B)12.63º67.06%33.33%-
XYZ4.713.531.53-
YUV52.09114.41151.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=55.56%
G=26.14%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85402800.530.670.6712.6350.4422.16
Hex55281C0354343d3216
Octal1255034065103103156226
Binary101010110100011100011010110000111000011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55281C;
 }
 .AnyTagClassName
 {
   color: #55281C;
 }
</style>
background-color css

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

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

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

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

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

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