#50211E

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

Shades of Caput Mortuum #50211E

Tints of Caput Mortuum #50211E

Color information

#50211E (or 0x50211E) is unknown color: approx Caput Mortuum. HEX triplet: 50, 21 and 1E. RGB value is (80,33,30). Sum of RGB (Red+Green+Blue) = 80+33+30=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50211E is #AFDEE1. Grayscale: #2E2E2E. Windows color (decimal): -11525858 or 1974608. OLE color: 1974608.

HSL color Cylindrical-coordinate representation of color #50211E: hue angle of 3.6º 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 #50211E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB803330-
CMYK00.590.620.69
HSL3.6º45.45%21.57%-
HSV(B)3.6º62.5%31.37%-
XYZ4.092.891.57-
YUV46.71118.57151.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=55.94%
G=23.08%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80333000.590.620.693.645.4521.57
Hex50211E03B3E4542d16
Octal12041360737610545526
Binary1010000100001111100111011111110100010110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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