Shades of Bordeaux #501D28
Tints of Bordeaux #501D28
RGB
CMYK
RGB Variations
Color information
#501D28 (or 0x501D28) is known color: Bordeaux. HEX triplet: 50, 1D and 28. RGB value is (80,29,40). Sum of RGB (Red+Green+Blue) = 80+29+40=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D28 is #AFE2D7. Grayscale: #2D2D2D. Windows color (decimal): -11526872 or 2628944. OLE color: 2628944.
HSL color Cylindrical-coordinate representation of color #501D28: hue angle of 347.06º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D28 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 40 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.69 |
| HSL | 347.06º | 0.47% | 0.21% | - |
| HSV(B) | 347.06º | 0.64% | 0.31% | - |
| XYZ | 4.13 | 2.74 | 2.32 | - |
| YUV | 45.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 40 | 0 | 0.64 | 0.5 | 0.69 | 347.06 | 0.47 | 0.21 |
| Hex | 50 | 1D | 28 | 0 | 40 | 32 | 45 | 15B | 2F | 15 |
| Octal | 120 | 35 | 50 | 0 | 100 | 62 | 105 | 533 | 57 | 25 |
| Binary | 1010000 | 11101 | 101000 | 0 | 1000000 | 110010 | 1000101 | 101011011 | 101111 | 10101 |
Color Harmonies of #501D28
Complementary color
Monochromatic Colors of #501D28
Black with #501D28
Text Example
Text Example
White with #501D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D28; }
p { color: rgb(80,29,40); }
H1.HeaderClassName
{
color: #501D28;
}
.AnyTagClassName
{
color: #501D28;
}
</style>
background-color css
<style>
a { background-color: #501D28; }
a { background-color: rgb(80,29,40); }
div.DivClassName
{
background-color: #501D28;
}
.BgClassName
{
background-color: #501D28;
}
</style>
border-color css
<style>
span { border-color: #501D28; }
span { border-color: rgb(80,29,40); }
td.TdClassName
{
border-color: #501D28;
}
.TagClassName
{
border-color: #501D28;
}
</style>