#50190A

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

Shades of Caput Mortuum #50190A

Tints of Caput Mortuum #50190A

Color information

#50190A (or 0x50190A) is unknown color: approx Caput Mortuum. HEX triplet: 50, 19 and 0A. RGB value is (80,25,10). Sum of RGB (Red+Green+Blue) = 80+25+10=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50190A is #AFE6F5. Grayscale: #272727. Windows color (decimal): -11527926 or 661840. OLE color: 661840.

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

Color convert

RGB802510-
CMYK00.690.870.69
HSL12.86º77.78%17.65%-
HSV(B)12.86º87.5%31.37%-
XYZ3.712.420.56-
YUV39.74111.22156.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 69.57%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=69.57%
G=21.74%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80251000.690.870.6912.8677.7817.65
Hex5019A0455745d4e12
Octal120311201051271051511622
Binary101000011001101001000101101011110001011101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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