#511D12

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

Shades of Caput Mortuum #511D12

Tints of Caput Mortuum #511D12

Color information

#511D12 (or 0x511D12) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1D and 12. RGB value is (81,29,18). Sum of RGB (Red+Green+Blue) = 81+29+18=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D12 is #AEE2ED. Grayscale: #2B2B2B. Windows color (decimal): -11461358 or 1187153. OLE color: 1187153.

HSL color Cylindrical-coordinate representation of color #511D12: hue angle of 10.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511D12 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB812918-
CMYK00.640.780.68
HSL10.48º63.64%19.41%-
HSV(B)10.48º77.78%31.76%-
XYZ3.942.670.88-
YUV43.29113.73154.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.28%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=63.28%
G=22.66%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81291800.640.780.6810.4863.6419.41
Hex511D120404E44a4013
Octal121352201001161041210023
Binary1010001111011001001000000100111010001001010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511D12; }

 p { color: rgb(81,29,18); }

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

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

 a { background-color: rgb(81,29,18); }

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

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

 span { border-color: rgb(81,29,18); }

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