#55271E

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

Shades of Caput Mortuum #55271E

Tints of Caput Mortuum #55271E

Color information

#55271E (or 0x55271E) is unknown color: approx Caput Mortuum. HEX triplet: 55, 27 and 1E. RGB value is (85,39,30). Sum of RGB (Red+Green+Blue) = 85+39+30=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55271E is #AAD8E1. Grayscale: #333333. Windows color (decimal): -11196642 or 1976149. OLE color: 1976149.

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

Color convert

RGB853930-
CMYK00.540.650.67
HSL9.82º47.83%22.55%-
HSV(B)9.82º64.71%33.33%-
XYZ4.713.481.65-
YUV51.73115.74151.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=55.19%
G=25.32%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85393000.540.650.679.8247.8322.55
Hex55271E0364143a3017
Octal1254736066101103126027
Binary101010110011111110011011010000011000011101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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