#501224

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

Shades of Bordeaux #501224

Tints of Bordeaux #501224

Color information

#501224 (or 0x501224) is unknown color: approx Bordeaux. HEX triplet: 50, 12 and 24. RGB value is (80,18,36). Sum of RGB (Red+Green+Blue) = 80+18+36=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501224 is #AFEDDB. Grayscale: #262626. Windows color (decimal): -11529692 or 2363984. OLE color: 2363984.

HSL color Cylindrical-coordinate representation of color #501224: hue angle of 342.58º 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 #501224 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB801836-
CMYK00.780.550.69
HSL342.58º63.27%19.22%-
HSV(B)342.58º77.5%31.37%-
XYZ3.842.271.9-
YUV38.59126.54157.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=59.70%
G=13.43%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80183600.780.550.69342.5863.2719.22
Hex50122404E37451573f13
Octal12022440116671055277723
Binary10100001001010010001001110110111100010110101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501224; }

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

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

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

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

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

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

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

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