Shades of Bordeaux #501728
Tints of Bordeaux #501728
RGB
CMYK
RGB Variations
Color information
#501728 (or 0x501728) is known color: Bordeaux. HEX triplet: 50, 17 and 28. RGB value is (80,23,40). Sum of RGB (Red+Green+Blue) = 80+23+40=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501728 is #AFE8D7. Grayscale: #292929. Windows color (decimal): -11528408 or 2627408. OLE color: 2627408.
HSL color Cylindrical-coordinate representation of color #501728: hue angle of 342.11º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501728 is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 40 | - |
| CMYK | 0 | 0.71 | 0.5 | 0.69 |
| HSL | 342.11º | 0.55% | 0.2% | - |
| HSV(B) | 342.11º | 0.71% | 0.31% | - |
| XYZ | 4 | 2.47 | 2.27 | - |
| YUV | 41.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 40 | 0 | 0.71 | 0.5 | 0.69 | 342.11 | 0.55 | 0.2 |
| Hex | 50 | 17 | 28 | 0 | 47 | 32 | 45 | 156 | 37 | 14 |
| Octal | 120 | 27 | 50 | 0 | 107 | 62 | 105 | 526 | 67 | 24 |
| Binary | 1010000 | 10111 | 101000 | 0 | 1000111 | 110010 | 1000101 | 101010110 | 110111 | 10100 |
Color Harmonies of #501728
Complementary color
Monochromatic Colors of #501728
Black with #501728
Text Example
Text Example
White with #501728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501728; }
p { color: rgb(80,23,40); }
H1.HeaderClassName
{
color: #501728;
}
.AnyTagClassName
{
color: #501728;
}
</style>
background-color css
<style>
a { background-color: #501728; }
a { background-color: rgb(80,23,40); }
div.DivClassName
{
background-color: #501728;
}
.BgClassName
{
background-color: #501728;
}
</style>
border-color css
<style>
span { border-color: #501728; }
span { border-color: rgb(80,23,40); }
td.TdClassName
{
border-color: #501728;
}
.TagClassName
{
border-color: #501728;
}
</style>