#50180A

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

Shades of Caput Mortuum #50180A

Tints of Caput Mortuum #50180A

Color information

#50180A (or 0x50180A) is unknown color: approx Caput Mortuum. HEX triplet: 50, 18 and 0A. RGB value is (80,24,10). Sum of RGB (Red+Green+Blue) = 80+24+10=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #50180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50180A is #AFE7F5. Grayscale: #272727. Windows color (decimal): -11528182 or 661584. OLE color: 661584.

HSL color Cylindrical-coordinate representation of color #50180A: hue angle of 12º 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 #50180A is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB802410-
CMYK00.700.870.69
HSL12º77.78%17.65%-
HSV(B)12º87.5%31.37%-
XYZ3.692.380.55-
YUV39.15111.55157.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=70.18%
G=21.05%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80241000.700.870.691277.7817.65
Hex5018A0465745c4e12
Octal120301201061271051411622
Binary101000011000101001000110101011110001011100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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