Shades of Bordeaux #501C29
Tints of Bordeaux #501C29
RGB
CMYK
RGB Variations
Color information
#501C29 (or 0x501C29) is known color: Bordeaux. HEX triplet: 50, 1C and 29. RGB value is (80,28,41). Sum of RGB (Red+Green+Blue) = 80+28+41=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C29 is #AFE3D6. Grayscale: #2D2D2D. Windows color (decimal): -11527127 or 2694224. OLE color: 2694224.
HSL color Cylindrical-coordinate representation of color #501C29: hue angle of 345º 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 #501C29 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 41 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.69 |
| HSL | 345º | 0.48% | 0.21% | - |
| HSV(B) | 345º | 0.65% | 0.31% | - |
| XYZ | 4.12 | 2.7 | 2.4 | - |
| YUV | 45.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 41 | 0 | 0.65 | 0.49 | 0.69 | 345 | 0.48 | 0.21 |
| Hex | 50 | 1C | 29 | 0 | 41 | 31 | 45 | 159 | 30 | 15 |
| Octal | 120 | 34 | 51 | 0 | 101 | 61 | 105 | 531 | 60 | 25 |
| Binary | 1010000 | 11100 | 101001 | 0 | 1000001 | 110001 | 1000101 | 101011001 | 110000 | 10101 |
Color Harmonies of #501C29
Complementary color
Monochromatic Colors of #501C29
Black with #501C29
Text Example
Text Example
White with #501C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C29; }
p { color: rgb(80,28,41); }
H1.HeaderClassName
{
color: #501C29;
}
.AnyTagClassName
{
color: #501C29;
}
</style>
background-color css
<style>
a { background-color: #501C29; }
a { background-color: rgb(80,28,41); }
div.DivClassName
{
background-color: #501C29;
}
.BgClassName
{
background-color: #501C29;
}
</style>
border-color css
<style>
span { border-color: #501C29; }
span { border-color: rgb(80,28,41); }
td.TdClassName
{
border-color: #501C29;
}
.TagClassName
{
border-color: #501C29;
}
</style>