#501519

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

Shades of Bordeaux #501519

Tints of Bordeaux #501519

Color information

#501519 (or 0x501519) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 19. RGB value is (80,21,25). Sum of RGB (Red+Green+Blue) = 80+21+25=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501519 is #AFEAE6. Grayscale: #272727. Windows color (decimal): -11528935 or 1643856. OLE color: 1643856.

HSL color Cylindrical-coordinate representation of color #501519: hue angle of 355.93º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501519 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB802125-
CMYK00.740.690.69
HSL355.93º58.42%19.8%-
HSV(B)355.93º73.75%31.37%-
XYZ3.752.311.17-
YUV39.1120.05157.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=63.49%
G=16.67%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80212500.740.690.69355.9358.4219.8
Hex50151904A45451643a14
Octal120253101121051055447224
Binary10100001010111001010010101000101100010110110010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501519; }

 p { color: rgb(80,21,25); }

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

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

 a { background-color: rgb(80,21,25); }

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

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

 span { border-color: rgb(80,21,25); }

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