#55271D

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

Shades of Caput Mortuum #55271D

Tints of Caput Mortuum #55271D

Color information

#55271D (or 0x55271D) is unknown color: approx Caput Mortuum. HEX triplet: 55, 27 and 1D. RGB value is (85,39,29). Sum of RGB (Red+Green+Blue) = 85+39+29=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271D is #AAD8E2. Grayscale: #333333. Windows color (decimal): -11196643 or 1910613. OLE color: 1910613.

HSL color Cylindrical-coordinate representation of color #55271D: hue angle of 10.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55271D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB853929-
CMYK00.540.660.67
HSL10.71º49.12%22.35%-
HSV(B)10.71º65.88%33.33%-
XYZ4.693.471.58-
YUV51.61115.24151.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=55.56%
G=25.49%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85392900.540.660.6710.7149.1222.35
Hex55271D0364243b3116
Octal1254735066102103136126
Binary101010110011111101011011010000101000011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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