#552018

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

Shades of Caput Mortuum #552018

Tints of Caput Mortuum #552018

Color information

#552018 (or 0x552018) is unknown color: approx Caput Mortuum. HEX triplet: 55, 20 and 18. RGB value is (85,32,24). Sum of RGB (Red+Green+Blue) = 85+32+24=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #552018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552018 is #AADFE7. Grayscale: #2F2F2F. Windows color (decimal): -11198440 or 1581141. OLE color: 1581141.

HSL color Cylindrical-coordinate representation of color #552018: hue angle of 7.87º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552018 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB853224-
CMYK00.620.720.67
HSL7.87º55.96%21.37%-
HSV(B)7.87º71.76%33.33%-
XYZ4.433.031.22-
YUV46.93115.06155.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=60.28%
G=22.70%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85322400.620.720.677.8755.9621.37
Hex55201803E484383815
Octal1254030076110103107025
Binary101010110000011000011111010010001000011100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552018; }

 p { color: rgb(85,32,24); }

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

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

 a { background-color: rgb(85,32,24); }

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

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

 span { border-color: rgb(85,32,24); }

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