Shades of Bordeaux #501225
Tints of Bordeaux #501225
RGB
CMYK
RGB Variations
Color information
#501225 (or 0x501225) is known color: Bordeaux. HEX triplet: 50, 12 and 25. RGB value is (80,18,37). Sum of RGB (Red+Green+Blue) = 80+18+37=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501225 is #AFEDDA. Grayscale: #262626. Windows color (decimal): -11529691 or 2429520. OLE color: 2429520.
HSL color Cylindrical-coordinate representation of color #501225: hue angle of 341.61º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501225 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 37 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.69 |
| HSL | 341.61º | 0.63% | 0.19% | - |
| HSV(B) | 341.61º | 0.78% | 0.31% | - |
| XYZ | 3.86 | 2.27 | 1.99 | - |
| YUV | 38.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 37 | 0 | 0.78 | 0.54 | 0.69 | 341.61 | 0.63 | 0.19 |
| Hex | 50 | 12 | 25 | 0 | 4E | 36 | 45 | 156 | 3F | 13 |
| Octal | 120 | 22 | 45 | 0 | 116 | 66 | 105 | 526 | 77 | 23 |
| Binary | 1010000 | 10010 | 100101 | 0 | 1001110 | 110110 | 1000101 | 101010110 | 111111 | 10011 |
Color Harmonies of #501225
Complementary color
Monochromatic Colors of #501225
Black with #501225
Text Example
Text Example
White with #501225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501225; }
p { color: rgb(80,18,37); }
H1.HeaderClassName
{
color: #501225;
}
.AnyTagClassName
{
color: #501225;
}
</style>
background-color css
<style>
a { background-color: #501225; }
a { background-color: rgb(80,18,37); }
div.DivClassName
{
background-color: #501225;
}
.BgClassName
{
background-color: #501225;
}
</style>
border-color css
<style>
span { border-color: #501225; }
span { border-color: rgb(80,18,37); }
td.TdClassName
{
border-color: #501225;
}
.TagClassName
{
border-color: #501225;
}
</style>