Shades of Bordeaux #501525
Tints of Bordeaux #501525
RGB
CMYK
RGB Variations
Color information
#501525 (or 0x501525) is known color: Bordeaux. HEX triplet: 50, 15 and 25. RGB value is (80,21,37). Sum of RGB (Red+Green+Blue) = 80+21+37=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501525 is #AFEADA. Grayscale: #282828. Windows color (decimal): -11528923 or 2430288. OLE color: 2430288.
HSL color Cylindrical-coordinate representation of color #501525: hue angle of 343.73º 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 #501525 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 37 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.69 |
| HSL | 343.73º | 0.58% | 0.2% | - |
| HSV(B) | 343.73º | 0.74% | 0.31% | - |
| XYZ | 3.91 | 2.38 | 2 | - |
| YUV | 40.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 37 | 0 | 0.74 | 0.54 | 0.69 | 343.73 | 0.58 | 0.2 |
| Hex | 50 | 15 | 25 | 0 | 4A | 36 | 45 | 158 | 3A | 14 |
| Octal | 120 | 25 | 45 | 0 | 112 | 66 | 105 | 530 | 72 | 24 |
| Binary | 1010000 | 10101 | 100101 | 0 | 1001010 | 110110 | 1000101 | 101011000 | 111010 | 10100 |
Color Harmonies of #501525
Complementary color
Monochromatic Colors of #501525
Black with #501525
Text Example
Text Example
White with #501525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501525; }
p { color: rgb(80,21,37); }
H1.HeaderClassName
{
color: #501525;
}
.AnyTagClassName
{
color: #501525;
}
</style>
background-color css
<style>
a { background-color: #501525; }
a { background-color: rgb(80,21,37); }
div.DivClassName
{
background-color: #501525;
}
.BgClassName
{
background-color: #501525;
}
</style>
border-color css
<style>
span { border-color: #501525; }
span { border-color: rgb(80,21,37); }
td.TdClassName
{
border-color: #501525;
}
.TagClassName
{
border-color: #501525;
}
</style>