Shades of Bordeaux #501A28
Tints of Bordeaux #501A28
RGB
CMYK
RGB Variations
Color information
#501A28 (or 0x501A28) is known color: Bordeaux. HEX triplet: 50, 1A and 28. RGB value is (80,26,40). Sum of RGB (Red+Green+Blue) = 80+26+40=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A28 is #AFE5D7. Grayscale: #2B2B2B. Windows color (decimal): -11527640 or 2628176. OLE color: 2628176.
HSL color Cylindrical-coordinate representation of color #501A28: hue angle of 344.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 #501A28 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 40 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.69 |
| HSL | 344.44º | 0.51% | 0.21% | - |
| HSV(B) | 344.44º | 0.68% | 0.31% | - |
| XYZ | 4.06 | 2.6 | 2.29 | - |
| YUV | 43.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 40 | 0 | 0.67 | 0.5 | 0.69 | 344.44 | 0.51 | 0.21 |
| Hex | 50 | 1A | 28 | 0 | 43 | 32 | 45 | 158 | 33 | 15 |
| Octal | 120 | 32 | 50 | 0 | 103 | 62 | 105 | 530 | 63 | 25 |
| Binary | 1010000 | 11010 | 101000 | 0 | 1000011 | 110010 | 1000101 | 101011000 | 110011 | 10101 |
Color Harmonies of #501A28
Complementary color
Monochromatic Colors of #501A28
Black with #501A28
Text Example
Text Example
White with #501A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A28; }
p { color: rgb(80,26,40); }
H1.HeaderClassName
{
color: #501A28;
}
.AnyTagClassName
{
color: #501A28;
}
</style>
background-color css
<style>
a { background-color: #501A28; }
a { background-color: rgb(80,26,40); }
div.DivClassName
{
background-color: #501A28;
}
.BgClassName
{
background-color: #501A28;
}
</style>
border-color css
<style>
span { border-color: #501A28; }
span { border-color: rgb(80,26,40); }
td.TdClassName
{
border-color: #501A28;
}
.TagClassName
{
border-color: #501A28;
}
</style>