#50221A

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

Shades of Caput Mortuum #50221A

Tints of Caput Mortuum #50221A

Color information

#50221A (or 0x50221A) is unknown color: approx Caput Mortuum. HEX triplet: 50, 22 and 1A. RGB value is (80,34,26). Sum of RGB (Red+Green+Blue) = 80+34+26=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50221A is #AFDDE5. Grayscale: #2E2E2E. Windows color (decimal): -11525606 or 1712720. OLE color: 1712720.

HSL color Cylindrical-coordinate representation of color #50221A: hue angle of 8.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50221A is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB803426-
CMYK00.580.670.69
HSL8.89º50.94%20.78%-
HSV(B)8.89º67.5%31.37%-
XYZ4.072.921.33-
YUV46.84116.24151.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=57.14%
G=24.29%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80342600.580.670.698.8950.9420.78
Hex50221A03A434593315
Octal1204232072103105116325
Binary101000010001011010011101010000111000101100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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