#55281B

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

Shades of Caput Mortuum #55281B

Tints of Caput Mortuum #55281B

Color information

#55281B (or 0x55281B) is unknown color: approx Caput Mortuum. HEX triplet: 55, 28 and 1B. RGB value is (85,40,27). Sum of RGB (Red+Green+Blue) = 85+40+27=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55281B is #AAD7E4. Grayscale: #343434. Windows color (decimal): -11196389 or 1779797. OLE color: 1779797.

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

Color convert

RGB854027-
CMYK00.530.680.67
HSL13.45º51.79%21.96%-
HSV(B)13.45º68.24%33.33%-
XYZ4.73.531.47-
YUV51.97113.91151.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=55.92%
G=26.32%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85402700.530.680.6713.4551.7921.96
Hex55281B0354443d3416
Octal1255033065104103156426
Binary101010110100011011011010110001001000011110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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