Shades of Bordeaux #501C24
Tints of Bordeaux #501C24
RGB
CMYK
RGB Variations
Color information
#501C24 (or 0x501C24) is known color: Bordeaux. HEX triplet: 50, 1C and 24. RGB value is (80,28,36). Sum of RGB (Red+Green+Blue) = 80+28+36=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #501C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C24 is #AFE3DB. Grayscale: #2C2C2C. Windows color (decimal): -11527132 or 2366544. OLE color: 2366544.
HSL color Cylindrical-coordinate representation of color #501C24: hue angle of 350.77º 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 #501C24 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 36 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.69 |
| HSL | 350.77º | 0.48% | 0.21% | - |
| HSV(B) | 350.77º | 0.65% | 0.31% | - |
| XYZ | 4.04 | 2.66 | 1.97 | - |
| YUV | 44.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 36 | 0 | 0.65 | 0.55 | 0.69 | 350.77 | 0.48 | 0.21 |
| Hex | 50 | 1C | 24 | 0 | 41 | 37 | 45 | 15F | 30 | 15 |
| Octal | 120 | 34 | 44 | 0 | 101 | 67 | 105 | 537 | 60 | 25 |
| Binary | 1010000 | 11100 | 100100 | 0 | 1000001 | 110111 | 1000101 | 101011111 | 110000 | 10101 |
Color Harmonies of #501C24
Complementary color
Monochromatic Colors of #501C24
Black with #501C24
Text Example
Text Example
White with #501C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C24; }
p { color: rgb(80,28,36); }
H1.HeaderClassName
{
color: #501C24;
}
.AnyTagClassName
{
color: #501C24;
}
</style>
background-color css
<style>
a { background-color: #501C24; }
a { background-color: rgb(80,28,36); }
div.DivClassName
{
background-color: #501C24;
}
.BgClassName
{
background-color: #501C24;
}
</style>
border-color css
<style>
span { border-color: #501C24; }
span { border-color: rgb(80,28,36); }
td.TdClassName
{
border-color: #501C24;
}
.TagClassName
{
border-color: #501C24;
}
</style>