#552019

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

Shades of Caput Mortuum #552019

Tints of Caput Mortuum #552019

Color information

#552019 (or 0x552019) is unknown color: approx Caput Mortuum. HEX triplet: 55, 20 and 19. RGB value is (85,32,25). Sum of RGB (Red+Green+Blue) = 85+32+25=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552019 is #AADFE6. Grayscale: #2F2F2F. Windows color (decimal): -11198439 or 1646677. OLE color: 1646677.

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

Color convert

RGB853225-
CMYK00.620.710.67
HSL54.55%21.57%-
HSV(B)70.59%33.33%-
XYZ4.443.031.27-
YUV47.05115.56155.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=59.86%
G=22.54%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85322500.620.710.67754.5521.57
Hex55201903E474373716
Octal125403107610710376726
Binary10101011000001100101111101000111100001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552019; }

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

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

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

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

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

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

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

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