Shades of Bordeaux #501827
Tints of Bordeaux #501827
RGB
CMYK
RGB Variations
Color information
#501827 (or 0x501827) is known color: Bordeaux. HEX triplet: 50, 18 and 27. RGB value is (80,24,39). Sum of RGB (Red+Green+Blue) = 80+24+39=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501827 is #AFE7D8. Grayscale: #2A2A2A. Windows color (decimal): -11528153 or 2562128. OLE color: 2562128.
HSL color Cylindrical-coordinate representation of color #501827: hue angle of 343.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501827 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 39 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.69 |
| HSL | 343.93º | 0.54% | 0.2% | - |
| HSV(B) | 343.93º | 0.7% | 0.31% | - |
| XYZ | 4 | 2.51 | 2.19 | - |
| YUV | 42.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 39 | 0 | 0.70 | 0.51 | 0.69 | 343.93 | 0.54 | 0.2 |
| Hex | 50 | 18 | 27 | 0 | 46 | 33 | 45 | 158 | 36 | 14 |
| Octal | 120 | 30 | 47 | 0 | 106 | 63 | 105 | 530 | 66 | 24 |
| Binary | 1010000 | 11000 | 100111 | 0 | 1000110 | 110011 | 1000101 | 101011000 | 110110 | 10100 |
Color Harmonies of #501827
Complementary color
Monochromatic Colors of #501827
Black with #501827
Text Example
Text Example
White with #501827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501827; }
p { color: rgb(80,24,39); }
H1.HeaderClassName
{
color: #501827;
}
.AnyTagClassName
{
color: #501827;
}
</style>
background-color css
<style>
a { background-color: #501827; }
a { background-color: rgb(80,24,39); }
div.DivClassName
{
background-color: #501827;
}
.BgClassName
{
background-color: #501827;
}
</style>
border-color css
<style>
span { border-color: #501827; }
span { border-color: rgb(80,24,39); }
td.TdClassName
{
border-color: #501827;
}
.TagClassName
{
border-color: #501827;
}
</style>