#552215

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

Shades of Caput Mortuum #552215

Tints of Caput Mortuum #552215

Color information

#552215 (or 0x552215) is unknown color: approx Caput Mortuum. HEX triplet: 55, 22 and 15. RGB value is (85,34,21). Sum of RGB (Red+Green+Blue) = 85+34+21=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552215 is #AADDEA. Grayscale: #2F2F2F. Windows color (decimal): -11197931 or 1385045. OLE color: 1385045.

HSL color Cylindrical-coordinate representation of color #552215: hue angle of 12.19º 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 #552215 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB853421-
CMYK00.600.750.67
HSL12.19º60.38%20.78%-
HSV(B)12.19º75.29%33.33%-
XYZ4.453.131.08-
YUV47.77112.9154.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 21 (8.59% from 255) = 15%
R=60.71%
G=24.29%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85342100.600.750.6712.1960.3820.78
Hex55221503C4B43c3c15
Octal1254225074113103147425
Binary101010110001010101011110010010111000011110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552215; }

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

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

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

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

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

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

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

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