#532210

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

Shades of Caput Mortuum #532210

Tints of Caput Mortuum #532210

Color information

#532210 (or 0x532210) is unknown color: approx Caput Mortuum. HEX triplet: 53, 22 and 10. RGB value is (83,34,16). Sum of RGB (Red+Green+Blue) = 83+34+16=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #532210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532210 is #ACDDEF. Grayscale: #2E2E2E. Windows color (decimal): -11329008 or 1057363. OLE color: 1057363.

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

Color convert

RGB833416-
CMYK00.590.810.67
HSL16.12º67.68%19.41%-
HSV(B)16.12º80.72%32.55%-
XYZ4.233.020.85-
YUV46.6110.73153.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=62.41%
G=25.56%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83341600.590.810.6716.1267.6819.41
Hex53221003B5143104413
Octal12342200731211032010423
Binary10100111000101000001110111010001100001110000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532210; }

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

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

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

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

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

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

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

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