Shades of Bordeaux #501B1F
Tints of Bordeaux #501B1F
RGB
CMYK
RGB Variations
Color information
#501B1F (or 0x501B1F) is known color: Bordeaux. HEX triplet: 50, 1B and 1F. RGB value is (80,27,31). Sum of RGB (Red+Green+Blue) = 80+27+31=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B1F is #AFE4E0. Grayscale: #2B2B2B. Windows color (decimal): -11527393 or 2038608. OLE color: 2038608.
HSL color Cylindrical-coordinate representation of color #501B1F: hue angle of 355.47º 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 #501B1F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 31 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.69 |
| HSL | 355.47º | 0.5% | 0.21% | - |
| HSV(B) | 355.47º | 0.66% | 0.31% | - |
| XYZ | 3.95 | 2.59 | 1.59 | - |
| YUV | 43.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 31 | 0 | 0.66 | 0.61 | 0.69 | 355.47 | 0.5 | 0.21 |
| Hex | 50 | 1B | 1F | 0 | 42 | 3D | 45 | 163 | 32 | 15 |
| Octal | 120 | 33 | 37 | 0 | 102 | 75 | 105 | 543 | 62 | 25 |
| Binary | 1010000 | 11011 | 11111 | 0 | 1000010 | 111101 | 1000101 | 101100011 | 110010 | 10101 |
Color Harmonies of #501B1F
Complementary color
Monochromatic Colors of #501B1F
Black with #501B1F
Text Example
Text Example
White with #501B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B1F; }
p { color: rgb(80,27,31); }
H1.HeaderClassName
{
color: #501B1F;
}
.AnyTagClassName
{
color: #501B1F;
}
</style>
background-color css
<style>
a { background-color: #501B1F; }
a { background-color: rgb(80,27,31); }
div.DivClassName
{
background-color: #501B1F;
}
.BgClassName
{
background-color: #501B1F;
}
</style>
border-color css
<style>
span { border-color: #501B1F; }
span { border-color: rgb(80,27,31); }
td.TdClassName
{
border-color: #501B1F;
}
.TagClassName
{
border-color: #501B1F;
}
</style>