Shades of Bordeaux #501228
Tints of Bordeaux #501228
RGB
CMYK
RGB Variations
Color information
#501228 (or 0x501228) is known color: Bordeaux. HEX triplet: 50, 12 and 28. RGB value is (80,18,40). Sum of RGB (Red+Green+Blue) = 80+18+40=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501228 is #AFEDD7. Grayscale: #272727. Windows color (decimal): -11529688 or 2626128. OLE color: 2626128.
HSL color Cylindrical-coordinate representation of color #501228: hue angle of 338.71º 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 #501228 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 40 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.69 |
| HSL | 338.71º | 0.63% | 0.19% | - |
| HSV(B) | 338.71º | 0.78% | 0.31% | - |
| XYZ | 3.91 | 2.29 | 2.24 | - |
| YUV | 39.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 40 | 0 | 0.78 | 0.5 | 0.69 | 338.71 | 0.63 | 0.19 |
| Hex | 50 | 12 | 28 | 0 | 4E | 32 | 45 | 153 | 3F | 13 |
| Octal | 120 | 22 | 50 | 0 | 116 | 62 | 105 | 523 | 77 | 23 |
| Binary | 1010000 | 10010 | 101000 | 0 | 1001110 | 110010 | 1000101 | 101010011 | 111111 | 10011 |
Color Harmonies of #501228
Complementary color
Monochromatic Colors of #501228
Black with #501228
Text Example
Text Example
White with #501228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501228; }
p { color: rgb(80,18,40); }
H1.HeaderClassName
{
color: #501228;
}
.AnyTagClassName
{
color: #501228;
}
</style>
background-color css
<style>
a { background-color: #501228; }
a { background-color: rgb(80,18,40); }
div.DivClassName
{
background-color: #501228;
}
.BgClassName
{
background-color: #501228;
}
</style>
border-color css
<style>
span { border-color: #501228; }
span { border-color: rgb(80,18,40); }
td.TdClassName
{
border-color: #501228;
}
.TagClassName
{
border-color: #501228;
}
</style>