#511B12

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

Shades of Caput Mortuum #511B12

Tints of Caput Mortuum #511B12

Color information

#511B12 (or 0x511B12) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1B and 12. RGB value is (81,27,18). Sum of RGB (Red+Green+Blue) = 81+27+18=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B12 is #AEE4ED. Grayscale: #2A2A2A. Windows color (decimal): -11461870 or 1186641. OLE color: 1186641.

HSL color Cylindrical-coordinate representation of color #511B12: hue angle of 8.57º 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 #511B12 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB812718-
CMYK00.670.780.68
HSL8.57º63.64%19.41%-
HSV(B)8.57º77.78%31.76%-
XYZ3.892.580.86-
YUV42.12114.39155.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=64.29%
G=21.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81271800.670.780.688.5763.6419.41
Hex511B120434E4494013
Octal121332201031161041110023
Binary1010001110111001001000011100111010001001001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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