Shades of Bordeaux #501B27
Tints of Bordeaux #501B27
RGB
CMYK
RGB Variations
Color information
#501B27 (or 0x501B27) is known color: Bordeaux. HEX triplet: 50, 1B and 27. RGB value is (80,27,39). Sum of RGB (Red+Green+Blue) = 80+27+39=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B27 is #AFE4D8. Grayscale: #2C2C2C. Windows color (decimal): -11527385 or 2562896. OLE color: 2562896.
HSL color Cylindrical-coordinate representation of color #501B27: hue angle of 346.42º 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 #501B27 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 39 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.69 |
| HSL | 346.42º | 0.5% | 0.21% | - |
| HSV(B) | 346.42º | 0.66% | 0.31% | - |
| XYZ | 4.07 | 2.64 | 2.21 | - |
| YUV | 44.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 39 | 0 | 0.66 | 0.51 | 0.69 | 346.42 | 0.5 | 0.21 |
| Hex | 50 | 1B | 27 | 0 | 42 | 33 | 45 | 15A | 32 | 15 |
| Octal | 120 | 33 | 47 | 0 | 102 | 63 | 105 | 532 | 62 | 25 |
| Binary | 1010000 | 11011 | 100111 | 0 | 1000010 | 110011 | 1000101 | 101011010 | 110010 | 10101 |
Color Harmonies of #501B27
Complementary color
Monochromatic Colors of #501B27
Black with #501B27
Text Example
Text Example
White with #501B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B27; }
p { color: rgb(80,27,39); }
H1.HeaderClassName
{
color: #501B27;
}
.AnyTagClassName
{
color: #501B27;
}
</style>
background-color css
<style>
a { background-color: #501B27; }
a { background-color: rgb(80,27,39); }
div.DivClassName
{
background-color: #501B27;
}
.BgClassName
{
background-color: #501B27;
}
</style>
border-color css
<style>
span { border-color: #501B27; }
span { border-color: rgb(80,27,39); }
td.TdClassName
{
border-color: #501B27;
}
.TagClassName
{
border-color: #501B27;
}
</style>