#511D0D

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

Shades of Caput Mortuum #511D0D

Tints of Caput Mortuum #511D0D

Color information

#511D0D (or 0x511D0D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 1D and 0D. RGB value is (81,29,13). Sum of RGB (Red+Green+Blue) = 81+29+13=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D0D is #AEE2F2. Grayscale: #2A2A2A. Windows color (decimal): -11461363 or 859473. OLE color: 859473.

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

Color convert

RGB812913-
CMYK00.640.840.68
HSL14.12º72.34%18.43%-
HSV(B)14.12º83.95%31.76%-
XYZ3.912.660.69-
YUV42.72111.23155.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=65.85%
G=23.58%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81291300.640.840.6814.1272.3418.43
Hex511DD0405444e4812
Octal121351501001241041611022
Binary101000111101110101000000101010010001001110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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