Shades of Bordeaux #501A1F
Tints of Bordeaux #501A1F
RGB
CMYK
RGB Variations
Color information
#501A1F (or 0x501A1F) is known color: Bordeaux. HEX triplet: 50, 1A and 1F. RGB value is (80,26,31). Sum of RGB (Red+Green+Blue) = 80+26+31=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1F is #AFE5E0. Grayscale: #2A2A2A. Windows color (decimal): -11527649 or 2038352. OLE color: 2038352.
HSL color Cylindrical-coordinate representation of color #501A1F: hue angle of 354.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A1F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 31 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.69 |
| HSL | 354.44º | 0.51% | 0.21% | - |
| HSV(B) | 354.44º | 0.68% | 0.31% | - |
| XYZ | 3.92 | 2.54 | 1.58 | - |
| YUV | 42.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 31 | 0 | 0.67 | 0.61 | 0.69 | 354.44 | 0.51 | 0.21 |
| Hex | 50 | 1A | 1F | 0 | 43 | 3D | 45 | 162 | 33 | 15 |
| Octal | 120 | 32 | 37 | 0 | 103 | 75 | 105 | 542 | 63 | 25 |
| Binary | 1010000 | 11010 | 11111 | 0 | 1000011 | 111101 | 1000101 | 101100010 | 110011 | 10101 |
Color Harmonies of #501A1F
Complementary color
Monochromatic Colors of #501A1F
Black with #501A1F
Text Example
Text Example
White with #501A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A1F; }
p { color: rgb(80,26,31); }
H1.HeaderClassName
{
color: #501A1F;
}
.AnyTagClassName
{
color: #501A1F;
}
</style>
background-color css
<style>
a { background-color: #501A1F; }
a { background-color: rgb(80,26,31); }
div.DivClassName
{
background-color: #501A1F;
}
.BgClassName
{
background-color: #501A1F;
}
</style>
border-color css
<style>
span { border-color: #501A1F; }
span { border-color: rgb(80,26,31); }
td.TdClassName
{
border-color: #501A1F;
}
.TagClassName
{
border-color: #501A1F;
}
</style>