Shades of Bordeaux #501925
Tints of Bordeaux #501925
RGB
CMYK
RGB Variations
Color information
#501925 (or 0x501925) is known color: Bordeaux. HEX triplet: 50, 19 and 25. RGB value is (80,25,37). Sum of RGB (Red+Green+Blue) = 80+25+37=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501925 is #AFE6DA. Grayscale: #2A2A2A. Windows color (decimal): -11527899 or 2431312. OLE color: 2431312.
HSL color Cylindrical-coordinate representation of color #501925: hue angle of 346.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501925 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 37 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.69 |
| HSL | 346.91º | 0.52% | 0.21% | - |
| HSV(B) | 346.91º | 0.69% | 0.31% | - |
| XYZ | 3.99 | 2.53 | 2.03 | - |
| YUV | 42.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 37 | 0 | 0.69 | 0.54 | 0.69 | 346.91 | 0.52 | 0.21 |
| Hex | 50 | 19 | 25 | 0 | 45 | 36 | 45 | 15B | 34 | 15 |
| Octal | 120 | 31 | 45 | 0 | 105 | 66 | 105 | 533 | 64 | 25 |
| Binary | 1010000 | 11001 | 100101 | 0 | 1000101 | 110110 | 1000101 | 101011011 | 110100 | 10101 |
Color Harmonies of #501925
Complementary color
Monochromatic Colors of #501925
Black with #501925
Text Example
Text Example
White with #501925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501925; }
p { color: rgb(80,25,37); }
H1.HeaderClassName
{
color: #501925;
}
.AnyTagClassName
{
color: #501925;
}
</style>
background-color css
<style>
a { background-color: #501925; }
a { background-color: rgb(80,25,37); }
div.DivClassName
{
background-color: #501925;
}
.BgClassName
{
background-color: #501925;
}
</style>
border-color css
<style>
span { border-color: #501925; }
span { border-color: rgb(80,25,37); }
td.TdClassName
{
border-color: #501925;
}
.TagClassName
{
border-color: #501925;
}
</style>