#512219

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

Shades of Caput Mortuum #512219

Tints of Caput Mortuum #512219

Color information

#512219 (or 0x512219) is unknown color: approx Caput Mortuum. HEX triplet: 51, 22 and 19. RGB value is (81,34,25). Sum of RGB (Red+Green+Blue) = 81+34+25=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512219 is #AEDDE6. Grayscale: #2F2F2F. Windows color (decimal): -11460071 or 1647185. OLE color: 1647185.

HSL color Cylindrical-coordinate representation of color #512219: hue angle of 9.64º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512219 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB813425-
CMYK00.580.690.68
HSL9.64º52.83%20.78%-
HSV(B)9.64º69.14%31.76%-
XYZ4.142.961.27-
YUV47.03115.57152.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=57.86%
G=24.29%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81342500.580.690.689.6452.8320.78
Hex51221903A4544a3515
Octal1214231072105104126525
Binary101000110001011001011101010001011000100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512219; }

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

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

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

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

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

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

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

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