Shades of Bordeaux #501C2B
Tints of Bordeaux #501C2B
RGB
CMYK
RGB Variations
Color information
#501C2B (or 0x501C2B) is known color: Bordeaux. HEX triplet: 50, 1C and 2B. RGB value is (80,28,43). Sum of RGB (Red+Green+Blue) = 80+28+43=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C2B is #AFE3D4. Grayscale: #2D2D2D. Windows color (decimal): -11527125 or 2825296. OLE color: 2825296.
HSL color Cylindrical-coordinate representation of color #501C2B: hue angle of 342.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C2B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 43 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.69 |
| HSL | 342.69º | 0.48% | 0.21% | - |
| HSV(B) | 342.69º | 0.65% | 0.31% | - |
| XYZ | 4.16 | 2.71 | 2.59 | - |
| YUV | 45.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 43 | 0 | 0.65 | 0.46 | 0.69 | 342.69 | 0.48 | 0.21 |
| Hex | 50 | 1C | 2B | 0 | 41 | 2E | 45 | 157 | 30 | 15 |
| Octal | 120 | 34 | 53 | 0 | 101 | 56 | 105 | 527 | 60 | 25 |
| Binary | 1010000 | 11100 | 101011 | 0 | 1000001 | 101110 | 1000101 | 101010111 | 110000 | 10101 |
Color Harmonies of #501C2B
Complementary color
Monochromatic Colors of #501C2B
Black with #501C2B
Text Example
Text Example
White with #501C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C2B; }
p { color: rgb(80,28,43); }
H1.HeaderClassName
{
color: #501C2B;
}
.AnyTagClassName
{
color: #501C2B;
}
</style>
background-color css
<style>
a { background-color: #501C2B; }
a { background-color: rgb(80,28,43); }
div.DivClassName
{
background-color: #501C2B;
}
.BgClassName
{
background-color: #501C2B;
}
</style>
border-color css
<style>
span { border-color: #501C2B; }
span { border-color: rgb(80,28,43); }
td.TdClassName
{
border-color: #501C2B;
}
.TagClassName
{
border-color: #501C2B;
}
</style>