#552821

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

Shades of Caput Mortuum #552821

Tints of Caput Mortuum #552821

Color information

#552821 (or 0x552821) is unknown color: approx Caput Mortuum. HEX triplet: 55, 28 and 21. RGB value is (85,40,33). Sum of RGB (Red+Green+Blue) = 85+40+33=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552821 is #AAD7DE. Grayscale: #343434. Windows color (decimal): -11196383 or 2173013. OLE color: 2173013.

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

Color convert

RGB854033-
CMYK00.530.610.67
HSL8.08º44.07%23.14%-
HSV(B)8.08º61.18%33.33%-
XYZ4.783.561.87-
YUV52.66116.91151.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=53.80%
G=25.32%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85403300.530.610.678.0844.0723.14
Hex5528210353D4382c17
Octal125504106575103105427
Binary101010110100010000101101011111011000011100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552821; }

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

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

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

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

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

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

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

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