Shades of Bordeaux #501B28
Tints of Bordeaux #501B28
RGB
CMYK
RGB Variations
Color information
#501B28 (or 0x501B28) is known color: Bordeaux. HEX triplet: 50, 1B and 28. RGB value is (80,27,40). Sum of RGB (Red+Green+Blue) = 80+27+40=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B28 is #AFE4D7. Grayscale: #2C2C2C. Windows color (decimal): -11527384 or 2628432. OLE color: 2628432.
HSL color Cylindrical-coordinate representation of color #501B28: hue angle of 345.28º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B28 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 40 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.69 |
| HSL | 345.28º | 0.5% | 0.21% | - |
| HSV(B) | 345.28º | 0.66% | 0.31% | - |
| XYZ | 4.08 | 2.64 | 2.3 | - |
| YUV | 44.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 40 | 0 | 0.66 | 0.5 | 0.69 | 345.28 | 0.5 | 0.21 |
| Hex | 50 | 1B | 28 | 0 | 42 | 32 | 45 | 159 | 32 | 15 |
| Octal | 120 | 33 | 50 | 0 | 102 | 62 | 105 | 531 | 62 | 25 |
| Binary | 1010000 | 11011 | 101000 | 0 | 1000010 | 110010 | 1000101 | 101011001 | 110010 | 10101 |
Color Harmonies of #501B28
Complementary color
Monochromatic Colors of #501B28
Black with #501B28
Text Example
Text Example
White with #501B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B28; }
p { color: rgb(80,27,40); }
H1.HeaderClassName
{
color: #501B28;
}
.AnyTagClassName
{
color: #501B28;
}
</style>
background-color css
<style>
a { background-color: #501B28; }
a { background-color: rgb(80,27,40); }
div.DivClassName
{
background-color: #501B28;
}
.BgClassName
{
background-color: #501B28;
}
</style>
border-color css
<style>
span { border-color: #501B28; }
span { border-color: rgb(80,27,40); }
td.TdClassName
{
border-color: #501B28;
}
.TagClassName
{
border-color: #501B28;
}
</style>