#511F0D

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

Shades of Caput Mortuum #511F0D

Tints of Caput Mortuum #511F0D

Color information

#511F0D (or 0x511F0D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1F and 0D. RGB value is (81,31,13). Sum of RGB (Red+Green+Blue) = 81+31+13=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F0D is #AEE0F2. Grayscale: #2C2C2C. Windows color (decimal): -11460851 or 859985. OLE color: 859985.

HSL color Cylindrical-coordinate representation of color #511F0D: hue angle of 15.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511F0D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB813113-
CMYK00.620.840.68
HSL15.88º72.34%18.43%-
HSV(B)15.88º83.95%31.76%-
XYZ3.962.760.7-
YUV43.9110.56154.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.8%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=64.8%
G=24.8%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81311300.620.840.6815.8872.3418.43
Hex511FD03E5444104812
Octal12137150761241042011022
Binary101000111111110101111101010100100010010000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,31,13); }

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

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

 a { background-color: rgb(81,31,13); }

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

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

 span { border-color: rgb(81,31,13); }

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