Shades of Bordeaux #501823
Tints of Bordeaux #501823
RGB
CMYK
RGB Variations
Color information
#501823 (or 0x501823) is known color: Bordeaux. HEX triplet: 50, 18 and 23. RGB value is (80,24,35). Sum of RGB (Red+Green+Blue) = 80+24+35=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501823 is #AFE7DC. Grayscale: #2A2A2A. Windows color (decimal): -11528157 or 2299984. OLE color: 2299984.
HSL color Cylindrical-coordinate representation of color #501823: hue angle of 348.21º 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 #501823 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 35 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.69 |
| HSL | 348.21º | 0.54% | 0.2% | - |
| HSV(B) | 348.21º | 0.7% | 0.31% | - |
| XYZ | 3.94 | 2.48 | 1.86 | - |
| YUV | 42 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 35 | 0 | 0.70 | 0.56 | 0.69 | 348.21 | 0.54 | 0.2 |
| Hex | 50 | 18 | 23 | 0 | 46 | 38 | 45 | 15C | 36 | 14 |
| Octal | 120 | 30 | 43 | 0 | 106 | 70 | 105 | 534 | 66 | 24 |
| Binary | 1010000 | 11000 | 100011 | 0 | 1000110 | 111000 | 1000101 | 101011100 | 110110 | 10100 |
Color Harmonies of #501823
Complementary color
Monochromatic Colors of #501823
Black with #501823
Text Example
Text Example
White with #501823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501823; }
p { color: rgb(80,24,35); }
H1.HeaderClassName
{
color: #501823;
}
.AnyTagClassName
{
color: #501823;
}
</style>
background-color css
<style>
a { background-color: #501823; }
a { background-color: rgb(80,24,35); }
div.DivClassName
{
background-color: #501823;
}
.BgClassName
{
background-color: #501823;
}
</style>
border-color css
<style>
span { border-color: #501823; }
span { border-color: rgb(80,24,35); }
td.TdClassName
{
border-color: #501823;
}
.TagClassName
{
border-color: #501823;
}
</style>