Shades of Bordeaux #501B23
Tints of Bordeaux #501B23
RGB
CMYK
RGB Variations
Color information
#501B23 (or 0x501B23) is known color: Bordeaux. HEX triplet: 50, 1B and 23. RGB value is (80,27,35). Sum of RGB (Red+Green+Blue) = 80+27+35=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B23 is #AFE4DC. Grayscale: #2B2B2B. Windows color (decimal): -11527389 or 2300752. OLE color: 2300752.
HSL color Cylindrical-coordinate representation of color #501B23: hue angle of 350.94º 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 #501B23 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 35 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.69 |
| HSL | 350.94º | 0.5% | 0.21% | - |
| HSV(B) | 350.94º | 0.66% | 0.31% | - |
| XYZ | 4 | 2.61 | 1.88 | - |
| YUV | 43.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 35 | 0 | 0.66 | 0.56 | 0.69 | 350.94 | 0.5 | 0.21 |
| Hex | 50 | 1B | 23 | 0 | 42 | 38 | 45 | 15F | 32 | 15 |
| Octal | 120 | 33 | 43 | 0 | 102 | 70 | 105 | 537 | 62 | 25 |
| Binary | 1010000 | 11011 | 100011 | 0 | 1000010 | 111000 | 1000101 | 101011111 | 110010 | 10101 |
Color Harmonies of #501B23
Complementary color
Monochromatic Colors of #501B23
Black with #501B23
Text Example
Text Example
White with #501B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B23; }
p { color: rgb(80,27,35); }
H1.HeaderClassName
{
color: #501B23;
}
.AnyTagClassName
{
color: #501B23;
}
</style>
background-color css
<style>
a { background-color: #501B23; }
a { background-color: rgb(80,27,35); }
div.DivClassName
{
background-color: #501B23;
}
.BgClassName
{
background-color: #501B23;
}
</style>
border-color css
<style>
span { border-color: #501B23; }
span { border-color: rgb(80,27,35); }
td.TdClassName
{
border-color: #501B23;
}
.TagClassName
{
border-color: #501B23;
}
</style>