#552115

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

Shades of Caput Mortuum #552115

Tints of Caput Mortuum #552115

Color information

#552115 (or 0x552115) is unknown color: approx Caput Mortuum. HEX triplet: 55, 21 and 15. RGB value is (85,33,21). Sum of RGB (Red+Green+Blue) = 85+33+21=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552115 is #AADEEA. Grayscale: #2F2F2F. Windows color (decimal): -11198187 or 1384789. OLE color: 1384789.

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

Color convert

RGB853321-
CMYK00.610.750.67
HSL11.25º60.38%20.78%-
HSV(B)11.25º75.29%33.33%-
XYZ4.433.071.07-
YUV47.18113.23154.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=61.15%
G=23.74%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85332100.610.750.6711.2560.3820.78
Hex55211503D4B43b3c15
Octal1254125075113103137425
Binary101010110000110101011110110010111000011101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552115; }

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

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

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

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

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

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

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

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