Shades of Bordeaux #501A1D
Tints of Bordeaux #501A1D
RGB
CMYK
RGB Variations
Color information
#501A1D (or 0x501A1D) is known color: Bordeaux. HEX triplet: 50, 1A and 1D. RGB value is (80,26,29). Sum of RGB (Red+Green+Blue) = 80+26+29=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1D is #AFE5E2. Grayscale: #2A2A2A. Windows color (decimal): -11527651 or 1907280. OLE color: 1907280.
HSL color Cylindrical-coordinate representation of color #501A1D: hue angle of 356.67º 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 #501A1D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 29 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.69 |
| HSL | 356.67º | 0.51% | 0.21% | - |
| HSV(B) | 356.67º | 0.68% | 0.31% | - |
| XYZ | 3.9 | 2.53 | 1.45 | - |
| YUV | 42.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 29 | 0 | 0.67 | 0.64 | 0.69 | 356.67 | 0.51 | 0.21 |
| Hex | 50 | 1A | 1D | 0 | 43 | 40 | 45 | 165 | 33 | 15 |
| Octal | 120 | 32 | 35 | 0 | 103 | 100 | 105 | 545 | 63 | 25 |
| Binary | 1010000 | 11010 | 11101 | 0 | 1000011 | 1000000 | 1000101 | 101100101 | 110011 | 10101 |
Color Harmonies of #501A1D
Complementary color
Monochromatic Colors of #501A1D
Black with #501A1D
Text Example
Text Example
White with #501A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A1D; }
p { color: rgb(80,26,29); }
H1.HeaderClassName
{
color: #501A1D;
}
.AnyTagClassName
{
color: #501A1D;
}
</style>
background-color css
<style>
a { background-color: #501A1D; }
a { background-color: rgb(80,26,29); }
div.DivClassName
{
background-color: #501A1D;
}
.BgClassName
{
background-color: #501A1D;
}
</style>
border-color css
<style>
span { border-color: #501A1D; }
span { border-color: rgb(80,26,29); }
td.TdClassName
{
border-color: #501A1D;
}
.TagClassName
{
border-color: #501A1D;
}
</style>