#532220

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

Shades of Caput Mortuum #532220

Tints of Caput Mortuum #532220

Color information

#532220 (or 0x532220) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 20. RGB value is (83,34,32). Sum of RGB (Red+Green+Blue) = 83+34+32=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532220 is #ACDDDF. Grayscale: #303030. Windows color (decimal): -11328992 or 2105939. OLE color: 2105939.

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

Color convert

RGB833432-
CMYK00.590.610.67
HSL2.35º44.35%22.55%-
HSV(B)2.35º61.45%32.55%-
XYZ4.43.091.73-
YUV48.42118.73152.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=55.70%
G=22.82%
B=21.48%

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
Decimal83343200.590.610.672.3544.3522.55
Hex53222003B3D4322c17
Octal12342400737510325427
Binary1010011100010100000011101111110110000111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532220; }

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

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

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

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

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

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

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

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