#501520

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

Shades of Bordeaux #501520

Tints of Bordeaux #501520

Color information

#501520 (or 0x501520) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 20. RGB value is (80,21,32). Sum of RGB (Red+Green+Blue) = 80+21+32=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501520 is #AFEADF. Grayscale: #272727. Windows color (decimal): -11528928 or 2102608. OLE color: 2102608.

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

Color convert

RGB802132-
CMYK00.740.600.69
HSL348.81º58.42%19.8%-
HSV(B)348.81º73.75%31.37%-
XYZ3.842.351.62-
YUV39.9123.55156.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=60.15%
G=15.79%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80213200.740.600.69348.8158.4219.8
Hex50152004A3C4515d3a14
Octal12025400112741055357224
Binary10100001010110000001001010111100100010110101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501520; }

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

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

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

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

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

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

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

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