#55271B

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

Shades of Caput Mortuum #55271B

Tints of Caput Mortuum #55271B

Color information

#55271B (or 0x55271B) is unknown color: approx Caput Mortuum. HEX triplet: 55, 27 and 1B. RGB value is (85,39,27). Sum of RGB (Red+Green+Blue) = 85+39+27=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271B is #AAD8E4. Grayscale: #333333. Windows color (decimal): -11196645 or 1779541. OLE color: 1779541.

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

Color convert

RGB853927-
CMYK00.540.680.67
HSL12.41º51.79%21.96%-
HSV(B)12.41º68.24%33.33%-
XYZ4.673.461.46-
YUV51.39114.24151.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=56.29%
G=25.83%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85392700.540.680.6712.4151.7921.96
Hex55271B0364443c3416
Octal1254733066104103146426
Binary101010110011111011011011010001001000011110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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