#552013

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

Shades of Caput Mortuum #552013

Tints of Caput Mortuum #552013

Color information

#552013 (or 0x552013) is unknown color: approx Caput Mortuum. HEX triplet: 55, 20 and 13. RGB value is (85,32,19). Sum of RGB (Red+Green+Blue) = 85+32+19=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #552013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552013 is #AADFEC. Grayscale: #2E2E2E. Windows color (decimal): -11198445 or 1253461. OLE color: 1253461.

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

Color convert

RGB853219-
CMYK00.620.780.67
HSL11.82º63.46%20.39%-
HSV(B)11.82º77.65%33.33%-
XYZ4.383.010.97-
YUV46.36112.56155.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=62.5%
G=23.53%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85321900.620.780.6711.8263.4620.39
Hex55201303E4E43c3f14
Octal1254023076116103147724
Binary101010110000010011011111010011101000011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552013; }

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

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

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

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

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

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

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

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