#552110

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

Shades of Caput Mortuum #552110

Tints of Caput Mortuum #552110

Color information

#552110 (or 0x552110) is unknown color: approx Caput Mortuum. HEX triplet: 55, 21 and 10. RGB value is (85,33,16). Sum of RGB (Red+Green+Blue) = 85+33+16=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #552110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552110 is #AADEEF. Grayscale: #2E2E2E. Windows color (decimal): -11198192 or 1057109. OLE color: 1057109.

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

Color convert

RGB853316-
CMYK00.610.810.67
HSL14.78º68.32%19.8%-
HSV(B)14.78º81.18%33.33%-
XYZ4.383.060.85-
YUV46.61110.73155.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=63.43%
G=24.63%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85331600.610.810.6714.7868.3219.8
Hex55211003D5143f4414
Octal12541200751211031710424
Binary1010101100001100000111101101000110000111111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552110; }

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

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

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

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

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

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

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

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