#50291E

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

Shades of Caput Mortuum #50291E

Tints of Caput Mortuum #50291E

Color information

#50291E (or 0x50291E) is unknown color: approx Caput Mortuum. HEX triplet: 50, 29 and 1E. RGB value is (80,41,30). Sum of RGB (Red+Green+Blue) = 80+41+30=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #50291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50291E is #AFD6E1. Grayscale: #333333. Windows color (decimal): -11523810 or 1976656. OLE color: 1976656.

HSL color Cylindrical-coordinate representation of color #50291E: hue angle of 13.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50291E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB804130-
CMYK00.490.620.69
HSL13.2º45.45%21.57%-
HSV(B)13.2º62.5%31.37%-
XYZ4.343.391.65-
YUV51.41115.92148.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=52.98%
G=27.15%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80413000.490.620.6913.245.4521.57
Hex50291E0313E45d2d16
Octal120513606176105155526
Binary10100001010011111001100011111101000101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50291E; }

 p { color: rgb(80,41,30); }

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

<style>
 a { background-color: #50291E; }

 a { background-color: rgb(80,41,30); }

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

<style>
 span { border-color: #50291E; }

 span { border-color: rgb(80,41,30); }

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