#501228

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

Shades of Bordeaux #501228

Tints of Bordeaux #501228

Color information

#501228 (or 0x501228) is unknown color: approx Bordeaux. HEX triplet: 50, 12 and 28. RGB value is (80,18,40). Sum of RGB (Red+Green+Blue) = 80+18+40=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501228 is #AFEDD7. Grayscale: #272727. Windows color (decimal): -11529688 or 2626128. OLE color: 2626128.

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

Color convert

RGB801840-
CMYK00.780.50.69
HSL338.71º63.27%19.22%-
HSV(B)338.71º77.5%31.37%-
XYZ3.912.292.24-
YUV39.05128.54157.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=57.97%
G=13.04%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80184000.780.50.69338.7163.2719.22
Hex50122804E32451533f13
Octal12022500116621055237723
Binary10100001001010100001001110110010100010110101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501228; }

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

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

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

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

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

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

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

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