#55281E

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

Shades of Caput Mortuum #55281E

Tints of Caput Mortuum #55281E

Color information

#55281E (or 0x55281E) is unknown color: approx Caput Mortuum. HEX triplet: 55, 28 and 1E. RGB value is (85,40,30). Sum of RGB (Red+Green+Blue) = 85+40+30=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55281E is #AAD7E1. Grayscale: #343434. Windows color (decimal): -11196386 or 1976405. OLE color: 1976405.

HSL color Cylindrical-coordinate representation of color #55281E: hue angle of 10.91º 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 #55281E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB854030-
CMYK00.530.650.67
HSL10.91º47.83%22.55%-
HSV(B)10.91º64.71%33.33%-
XYZ4.743.541.66-
YUV52.32115.41151.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=54.84%
G=25.81%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85403000.530.650.6710.9147.8322.55
Hex55281E0354143b3017
Octal1255036065101103136027
Binary101010110100011110011010110000011000011101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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