#50211F

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

Shades of Caput Mortuum #50211F

Tints of Caput Mortuum #50211F

Color information

#50211F (or 0x50211F) is unknown color: approx Caput Mortuum. HEX triplet: 50, 21 and 1F. RGB value is (80,33,31). Sum of RGB (Red+Green+Blue) = 80+33+31=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50211F is #AFDEE0. Grayscale: #2E2E2E. Windows color (decimal): -11525857 or 2040144. OLE color: 2040144.

HSL color Cylindrical-coordinate representation of color #50211F: hue angle of 2.45º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50211F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB803331-
CMYK00.590.610.69
HSL2.45º44.14%21.76%-
HSV(B)2.45º61.25%31.37%-
XYZ4.12.891.64-
YUV46.82119.07151.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=55.56%
G=22.92%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80333100.590.610.692.4544.1421.76
Hex50211F03B3D4522c16
Octal12041370737510525426
Binary101000010000111111011101111110110001011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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