#50221E

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

Shades of Caput Mortuum #50221E

Tints of Caput Mortuum #50221E

Color information

#50221E (or 0x50221E) is unknown color: approx Caput Mortuum. HEX triplet: 50, 22 and 1E. RGB value is (80,34,30). Sum of RGB (Red+Green+Blue) = 80+34+30=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50221E is #AFDDE1. Grayscale: #2F2F2F. Windows color (decimal): -11525602 or 1974864. OLE color: 1974864.

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

Color convert

RGB803430-
CMYK00.580.620.69
HSL4.8º45.45%21.57%-
HSV(B)4.8º62.5%31.37%-
XYZ4.112.941.58-
YUV47.3118.24151.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=55.56%
G=23.61%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80343000.580.620.694.845.4521.57
Hex50221E03A3E4552d16
Octal12042360727610555526
Binary1010000100010111100111010111110100010110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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