#501528

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

Shades of Bordeaux #501528

Tints of Bordeaux #501528

Color information

#501528 (or 0x501528) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 28. RGB value is (80,21,40). Sum of RGB (Red+Green+Blue) = 80+21+40=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501528 is #AFEAD7. Grayscale: #282828. Windows color (decimal): -11528920 or 2626896. OLE color: 2626896.

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

Color convert

RGB802140-
CMYK00.740.50.69
HSL340.68º58.42%19.8%-
HSV(B)340.68º73.75%31.37%-
XYZ3.962.42.26-
YUV40.81127.55155.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=56.74%
G=14.89%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80214000.740.50.69340.6858.4219.8
Hex50152804A32451553a14
Octal12025500112621055257224
Binary10100001010110100001001010110010100010110101010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501528; }

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

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

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

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

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

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

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

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