Shades of Bordeaux #501B29
Tints of Bordeaux #501B29
RGB
CMYK
RGB Variations
Color information
#501B29 (or 0x501B29) is known color: Bordeaux. HEX triplet: 50, 1B and 29. RGB value is (80,27,41). Sum of RGB (Red+Green+Blue) = 80+27+41=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B29 is #AFE4D6. Grayscale: #2C2C2C. Windows color (decimal): -11527383 or 2693968. OLE color: 2693968.
HSL color Cylindrical-coordinate representation of color #501B29: hue angle of 344.15º 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 #501B29 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 41 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.69 |
| HSL | 344.15º | 0.5% | 0.21% | - |
| HSV(B) | 344.15º | 0.66% | 0.31% | - |
| XYZ | 4.1 | 2.65 | 2.39 | - |
| YUV | 44.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 41 | 0 | 0.66 | 0.49 | 0.69 | 344.15 | 0.5 | 0.21 |
| Hex | 50 | 1B | 29 | 0 | 42 | 31 | 45 | 158 | 32 | 15 |
| Octal | 120 | 33 | 51 | 0 | 102 | 61 | 105 | 530 | 62 | 25 |
| Binary | 1010000 | 11011 | 101001 | 0 | 1000010 | 110001 | 1000101 | 101011000 | 110010 | 10101 |
Color Harmonies of #501B29
Complementary color
Monochromatic Colors of #501B29
Black with #501B29
Text Example
Text Example
White with #501B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B29; }
p { color: rgb(80,27,41); }
H1.HeaderClassName
{
color: #501B29;
}
.AnyTagClassName
{
color: #501B29;
}
</style>
background-color css
<style>
a { background-color: #501B29; }
a { background-color: rgb(80,27,41); }
div.DivClassName
{
background-color: #501B29;
}
.BgClassName
{
background-color: #501B29;
}
</style>
border-color css
<style>
span { border-color: #501B29; }
span { border-color: rgb(80,27,41); }
td.TdClassName
{
border-color: #501B29;
}
.TagClassName
{
border-color: #501B29;
}
</style>