#552016

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

Shades of Caput Mortuum #552016

Tints of Caput Mortuum #552016

Color information

#552016 (or 0x552016) is unknown color: approx Caput Mortuum. HEX triplet: 55, 20 and 16. RGB value is (85,32,22). Sum of RGB (Red+Green+Blue) = 85+32+22=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552016 is #AADFE9. Grayscale: #2E2E2E. Windows color (decimal): -11198442 or 1450069. OLE color: 1450069.

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

Color convert

RGB853222-
CMYK00.620.740.67
HSL9.52º58.88%20.98%-
HSV(B)9.52º74.12%33.33%-
XYZ4.413.021.11-
YUV46.71114.06155.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=61.15%
G=23.02%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85322200.620.740.679.5258.8820.98
Hex55201603E4A43a3b15
Octal1254026076112103127325
Binary101010110000010110011111010010101000011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552016; }

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

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

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

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

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

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

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

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