#51190A

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

Shades of Caput Mortuum #51190A

Tints of Caput Mortuum #51190A

Color information

#51190A (or 0x51190A) is unknown color: approx Caput Mortuum. HEX triplet: 51, 19 and 0A. RGB value is (81,25,10). Sum of RGB (Red+Green+Blue) = 81+25+10=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #51190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51190A is #AEE6F5. Grayscale: #282828. Windows color (decimal): -11462390 or 661841. OLE color: 661841.

HSL color Cylindrical-coordinate representation of color #51190A: hue angle of 12.68º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51190A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB812510-
CMYK00.690.880.68
HSL12.68º78.02%17.84%-
HSV(B)12.68º87.65%31.76%-
XYZ3.82.470.56-
YUV40.03111.05157.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.83%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=69.83%
G=21.55%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81251000.690.880.6812.6878.0217.84
Hex5119A0455844d4e12
Octal121311201051301041511622
Binary101000111001101001000101101100010001001101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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