Shades of Bordeaux #501B2A
Tints of Bordeaux #501B2A
RGB
CMYK
RGB Variations
Color information
#501B2A (or 0x501B2A) is known color: Bordeaux. HEX triplet: 50, 1B and 2A. RGB value is (80,27,42). Sum of RGB (Red+Green+Blue) = 80+27+42=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B2A is #AFE4D5. Grayscale: #2C2C2C. Windows color (decimal): -11527382 or 2759504. OLE color: 2759504.
HSL color Cylindrical-coordinate representation of color #501B2A: hue angle of 343.02º 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 #501B2A is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 42 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.69 |
| HSL | 343.02º | 0.5% | 0.21% | - |
| HSV(B) | 343.02º | 0.66% | 0.31% | - |
| XYZ | 4.12 | 2.66 | 2.49 | - |
| YUV | 44.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 42 | 0 | 0.66 | 0.48 | 0.69 | 343.02 | 0.5 | 0.21 |
| Hex | 50 | 1B | 2A | 0 | 42 | 30 | 45 | 157 | 32 | 15 |
| Octal | 120 | 33 | 52 | 0 | 102 | 60 | 105 | 527 | 62 | 25 |
| Binary | 1010000 | 11011 | 101010 | 0 | 1000010 | 110000 | 1000101 | 101010111 | 110010 | 10101 |
Color Harmonies of #501B2A
Complementary color
Monochromatic Colors of #501B2A
Black with #501B2A
Text Example
Text Example
White with #501B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B2A; }
p { color: rgb(80,27,42); }
H1.HeaderClassName
{
color: #501B2A;
}
.AnyTagClassName
{
color: #501B2A;
}
</style>
background-color css
<style>
a { background-color: #501B2A; }
a { background-color: rgb(80,27,42); }
div.DivClassName
{
background-color: #501B2A;
}
.BgClassName
{
background-color: #501B2A;
}
</style>
border-color css
<style>
span { border-color: #501B2A; }
span { border-color: rgb(80,27,42); }
td.TdClassName
{
border-color: #501B2A;
}
.TagClassName
{
border-color: #501B2A;
}
</style>