#501220

Color #501220 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #501220

Tints of Bordeaux #501220

Color information

#501220 (or 0x501220) is unknown color: approx Bordeaux. HEX triplet: 50, 12 and 20. RGB value is (80,18,32). Sum of RGB (Red+Green+Blue) = 80+18+32=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501220 is #AFEDDF. Grayscale: #262626. Windows color (decimal): -11529696 or 2101840. OLE color: 2101840.

HSL color Cylindrical-coordinate representation of color #501220: hue angle of 346.45º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501220 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB801832-
CMYK00.780.600.69
HSL346.45º63.27%19.22%-
HSV(B)346.45º77.5%31.37%-
XYZ3.792.241.6-
YUV38.13124.54157.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=61.54%
G=13.85%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80183200.780.600.69346.4563.2719.22
Hex50122004E3C4515a3f13
Octal12022400116741055327723
Binary10100001001010000001001110111100100010110101101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501220; }

 p { color: rgb(80,18,32); }

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

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

 a { background-color: rgb(80,18,32); }

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

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

 span { border-color: rgb(80,18,32); }

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