#55271C

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

Shades of Caput Mortuum #55271C

Tints of Caput Mortuum #55271C

Color information

#55271C (or 0x55271C) is unknown color: approx Caput Mortuum. HEX triplet: 55, 27 and 1C. RGB value is (85,39,28). Sum of RGB (Red+Green+Blue) = 85+39+28=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271C is #AAD8E3. Grayscale: #333333. Windows color (decimal): -11196644 or 1845077. OLE color: 1845077.

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

Color convert

RGB853928-
CMYK00.540.670.67
HSL11.58º50.44%22.16%-
HSV(B)11.58º67.06%33.33%-
XYZ4.683.471.52-
YUV51.5114.74151.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=55.92%
G=25.66%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85392800.540.670.6711.5850.4422.16
Hex55271C0364343c3216
Octal1254734066103103146226
Binary101010110011111100011011010000111000011110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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