#55271A

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

Shades of Caput Mortuum #55271A

Tints of Caput Mortuum #55271A

Color information

#55271A (or 0x55271A) is unknown color: approx Caput Mortuum. HEX triplet: 55, 27 and 1A. RGB value is (85,39,26). Sum of RGB (Red+Green+Blue) = 85+39+26=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271A is #AAD8E5. Grayscale: #333333. Windows color (decimal): -11196646 or 1714005. OLE color: 1714005.

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

Color convert

RGB853926-
CMYK00.540.690.67
HSL13.22º53.15%21.76%-
HSV(B)13.22º69.41%33.33%-
XYZ4.663.461.4-
YUV51.27113.74152.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=56.67%
G=26%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85392600.540.690.6713.2253.1521.76
Hex55271A0364543d3516
Octal1254732066105103156526
Binary101010110011111010011011010001011000011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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