#512519

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

Shades of Caput Mortuum #512519

Tints of Caput Mortuum #512519

Color information

#512519 (or 0x512519) is unknown color: approx Caput Mortuum. HEX triplet: 51, 25 and 19. RGB value is (81,37,25). Sum of RGB (Red+Green+Blue) = 81+37+25=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #512519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512519 is #AEDAE6. Grayscale: #303030. Windows color (decimal): -11459303 or 1647953. OLE color: 1647953.

HSL color Cylindrical-coordinate representation of color #512519: hue angle of 12.86º 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 #512519 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB813725-
CMYK00.540.690.68
HSL12.86º52.83%20.78%-
HSV(B)12.86º69.14%31.76%-
XYZ4.233.141.3-
YUV48.79114.58150.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=56.64%
G=25.87%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81372500.540.690.6812.8652.8320.78
Hex5125190364544d3515
Octal1214531066105104156525
Binary101000110010111001011011010001011000100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512519; }

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

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

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

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

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

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

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

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