#501527

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

Shades of Bordeaux #501527

Tints of Bordeaux #501527

Color information

#501527 (or 0x501527) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 27. RGB value is (80,21,39). Sum of RGB (Red+Green+Blue) = 80+21+39=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501527 is #AFEAD8. Grayscale: #282828. Windows color (decimal): -11528921 or 2561360. OLE color: 2561360.

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

Color convert

RGB802139-
CMYK00.740.510.69
HSL341.69º58.42%19.8%-
HSV(B)341.69º73.75%31.37%-
XYZ3.942.392.17-
YUV40.69127.05156.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=57.14%
G=15%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80213900.740.510.69341.6958.4219.8
Hex50152704A33451563a14
Octal12025470112631055267224
Binary10100001010110011101001010110011100010110101011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501527; }

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

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

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

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

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

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

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

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