Shades of Bordeaux #501625
Tints of Bordeaux #501625
RGB
CMYK
RGB Variations
Color information
#501625 (or 0x501625) is known color: Bordeaux. HEX triplet: 50, 16 and 25. RGB value is (80,22,37). Sum of RGB (Red+Green+Blue) = 80+22+37=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501625 is #AFE9DA. Grayscale: #292929. Windows color (decimal): -11528667 or 2430544. OLE color: 2430544.
HSL color Cylindrical-coordinate representation of color #501625: hue angle of 344.48º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501625 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 37 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.69 |
| HSL | 344.48º | 0.57% | 0.2% | - |
| HSV(B) | 344.48º | 0.73% | 0.31% | - |
| XYZ | 3.93 | 2.41 | 2.01 | - |
| YUV | 41.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 37 | 0 | 0.72 | 0.54 | 0.69 | 344.48 | 0.57 | 0.2 |
| Hex | 50 | 16 | 25 | 0 | 48 | 36 | 45 | 158 | 39 | 14 |
| Octal | 120 | 26 | 45 | 0 | 110 | 66 | 105 | 530 | 71 | 24 |
| Binary | 1010000 | 10110 | 100101 | 0 | 1001000 | 110110 | 1000101 | 101011000 | 111001 | 10100 |
Color Harmonies of #501625
Complementary color
Monochromatic Colors of #501625
Black with #501625
Text Example
Text Example
White with #501625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501625; }
p { color: rgb(80,22,37); }
H1.HeaderClassName
{
color: #501625;
}
.AnyTagClassName
{
color: #501625;
}
</style>
background-color css
<style>
a { background-color: #501625; }
a { background-color: rgb(80,22,37); }
div.DivClassName
{
background-color: #501625;
}
.BgClassName
{
background-color: #501625;
}
</style>
border-color css
<style>
span { border-color: #501625; }
span { border-color: rgb(80,22,37); }
td.TdClassName
{
border-color: #501625;
}
.TagClassName
{
border-color: #501625;
}
</style>