Shades of Bordeaux #501C23
Tints of Bordeaux #501C23
RGB
CMYK
RGB Variations
Color information
#501C23 (or 0x501C23) is known color: Bordeaux. HEX triplet: 50, 1C and 23. RGB value is (80,28,35). Sum of RGB (Red+Green+Blue) = 80+28+35=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C23 is #AFE3DC. Grayscale: #2C2C2C. Windows color (decimal): -11527133 or 2301008. OLE color: 2301008.
HSL color Cylindrical-coordinate representation of color #501C23: hue angle of 351.92º 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 #501C23 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 35 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.69 |
| HSL | 351.92º | 0.48% | 0.21% | - |
| HSV(B) | 351.92º | 0.65% | 0.31% | - |
| XYZ | 4.03 | 2.66 | 1.89 | - |
| YUV | 44.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 35 | 0 | 0.65 | 0.56 | 0.69 | 351.92 | 0.48 | 0.21 |
| Hex | 50 | 1C | 23 | 0 | 41 | 38 | 45 | 160 | 30 | 15 |
| Octal | 120 | 34 | 43 | 0 | 101 | 70 | 105 | 540 | 60 | 25 |
| Binary | 1010000 | 11100 | 100011 | 0 | 1000001 | 111000 | 1000101 | 101100000 | 110000 | 10101 |
Color Harmonies of #501C23
Complementary color
Monochromatic Colors of #501C23
Black with #501C23
Text Example
Text Example
White with #501C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C23; }
p { color: rgb(80,28,35); }
H1.HeaderClassName
{
color: #501C23;
}
.AnyTagClassName
{
color: #501C23;
}
</style>
background-color css
<style>
a { background-color: #501C23; }
a { background-color: rgb(80,28,35); }
div.DivClassName
{
background-color: #501C23;
}
.BgClassName
{
background-color: #501C23;
}
</style>
border-color css
<style>
span { border-color: #501C23; }
span { border-color: rgb(80,28,35); }
td.TdClassName
{
border-color: #501C23;
}
.TagClassName
{
border-color: #501C23;
}
</style>