#532219

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

Shades of Caput Mortuum #532219

Tints of Caput Mortuum #532219

Color information

#532219 (or 0x532219) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 19. RGB value is (83,34,25). Sum of RGB (Red+Green+Blue) = 83+34+25=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532219 is #ACDDE6. Grayscale: #2F2F2F. Windows color (decimal): -11328999 or 1647187. OLE color: 1647187.

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

Color convert

RGB833425-
CMYK00.590.700.67
HSL9.31º53.7%21.18%-
HSV(B)9.31º69.88%32.55%-
XYZ4.313.051.28-
YUV47.62115.23153.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=58.45%
G=23.94%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83342500.590.700.679.3153.721.18
Hex53221903B464393615
Octal1234231073106103116625
Binary101001110001011001011101110001101000011100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532219; }

 p { color: rgb(83,34,25); }

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

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

 a { background-color: rgb(83,34,25); }

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

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

 span { border-color: rgb(83,34,25); }

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