#51190D

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

Shades of Caput Mortuum #51190D

Tints of Caput Mortuum #51190D

Color information

#51190D (or 0x51190D) is unknown color: approx Caput Mortuum. HEX triplet: 51, 19 and 0D. RGB value is (81,25,13). Sum of RGB (Red+Green+Blue) = 81+25+13=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #51190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51190D is #AEE6F2. Grayscale: #282828. Windows color (decimal): -11462387 or 858449. OLE color: 858449.

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

Color convert

RGB812513-
CMYK00.690.840.68
HSL10.59º72.34%18.43%-
HSV(B)10.59º83.95%31.76%-
XYZ3.812.470.66-
YUV40.38112.55156.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.07%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=68.07%
G=21.01%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81251300.690.840.6810.5972.3418.43
Hex5119D0455444b4812
Octal121311501051241041311022
Binary101000111001110101000101101010010001001011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51190D; }

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

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

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

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

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

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

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

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