#512220

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

Shades of Caput Mortuum #512220

Tints of Caput Mortuum #512220

Color information

#512220 (or 0x512220) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 20. RGB value is (81,34,32). Sum of RGB (Red+Green+Blue) = 81+34+32=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #512220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512220 is #AEDDDF. Grayscale: #2F2F2F. Windows color (decimal): -11460064 or 2105937. OLE color: 2105937.

HSL color Cylindrical-coordinate representation of color #512220: hue angle of 2.45º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512220 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB813432-
CMYK00.580.600.68
HSL2.45º43.36%22.16%-
HSV(B)2.45º60.49%31.76%-
XYZ4.2331.72-
YUV47.82119.07151.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=55.10%
G=23.13%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81343200.580.600.682.4543.3622.16
Hex51222003A3C4422b16
Octal12142400727410425326
Binary1010001100010100000011101011110010001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512220; }

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

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

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

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

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

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

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

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