#51190B

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

Shades of Caput Mortuum #51190B

Tints of Caput Mortuum #51190B

Color information

#51190B (or 0x51190B) is unknown color: approx Caput Mortuum. HEX triplet: 51, 19 and 0B. RGB value is (81,25,11). Sum of RGB (Red+Green+Blue) = 81+25+11=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #51190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51190B is #AEE6F4. Grayscale: #282828. Windows color (decimal): -11462389 or 727377. OLE color: 727377.

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

Color convert

RGB812511-
CMYK00.690.860.68
HSL12º76.09%18.04%-
HSV(B)12º86.42%31.76%-
XYZ3.82.470.59-
YUV40.15111.55157.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.23%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 11 (4.69% from 255) = 9.40%
R=69.23%
G=21.37%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81251100.690.860.681276.0918.04
Hex5119B0455644c4c12
Octal121311301051261041411422
Binary101000111001101101000101101011010001001100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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