#552321

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

Shades of Caput Mortuum #552321

Tints of Caput Mortuum #552321

Color information

#552321 (or 0x552321) is unknown color: approx Caput Mortuum. HEX triplet: 55, 23 and 21. RGB value is (85,35,33). Sum of RGB (Red+Green+Blue) = 85+35+33=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #552321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552321 is #AADCDE. Grayscale: #313131. Windows color (decimal): -11197663 or 2171733. OLE color: 2171733.

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

Color convert

RGB853533-
CMYK00.590.610.67
HSL2.31º44.07%23.14%-
HSV(B)2.31º61.18%33.33%-
XYZ4.623.241.82-
YUV49.72118.56153.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=55.56%
G=22.88%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85353300.590.610.672.3144.0723.14
Hex55232103B3D4322c17
Octal12543410737510325427
Binary1010101100011100001011101111110110000111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552321; }

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

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

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

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

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

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

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

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