#55281F

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

Shades of Caput Mortuum #55281F

Tints of Caput Mortuum #55281F

Color information

#55281F (or 0x55281F) is unknown color: approx Caput Mortuum. HEX triplet: 55, 28 and 1F. RGB value is (85,40,31). Sum of RGB (Red+Green+Blue) = 85+40+31=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #55281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55281F is #AAD7E0. Grayscale: #343434. Windows color (decimal): -11196385 or 2041941. OLE color: 2041941.

HSL color Cylindrical-coordinate representation of color #55281F: hue angle of 10º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55281F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB854031-
CMYK00.530.640.67
HSL10º46.55%22.75%-
HSV(B)10º63.53%33.33%-
XYZ4.753.551.73-
YUV52.43115.91151.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=54.49%
G=25.64%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85403100.530.640.671046.5522.75
Hex55281F0354043a2f17
Octal1255037065100103125727
Binary101010110100011111011010110000001000011101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55281F; }

 p { color: rgb(85,40,31); }

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

<style>
 a { background-color: #55281F; }

 a { background-color: rgb(85,40,31); }

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

<style>
 span { border-color: #55281F; }

 span { border-color: rgb(85,40,31); }

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