Shades of Bordeaux #5A011D
Tints of Bordeaux #5A011D
RGB
CMYK
RGB Variations
Color information
#5A011D (or 0x5A011D) is known color: Bordeaux. HEX triplet: 5A, 01 and 1D. RGB value is (90,1,29). Sum of RGB (Red+Green+Blue) = 90+1+29=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A011D is #A5FEE2. Grayscale: #1E1E1E. Windows color (decimal): -10878691 or 1900890. OLE color: 1900890.
HSL color Cylindrical-coordinate representation of color #5A011D: hue angle of 341.12º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A011D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.65 |
| HSL | 341.12º | 0.98% | 0.18% | - |
| HSV(B) | 341.12º | 0.99% | 0.35% | - |
| XYZ | 4.45 | 2.28 | 1.37 | - |
| YUV | 30.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 29 | 0 | 0.99 | 0.68 | 0.65 | 341.12 | 0.98 | 0.18 |
| Hex | 5A | 1 | 1D | 0 | 63 | 44 | 41 | 155 | 62 | 12 |
| Octal | 132 | 1 | 35 | 0 | 143 | 104 | 101 | 525 | 142 | 22 |
| Binary | 1011010 | 1 | 11101 | 0 | 1100011 | 1000100 | 1000001 | 101010101 | 1100010 | 10010 |
Color Harmonies of #5A011D
Complementary color
Monochromatic Colors of #5A011D
Black with #5A011D
Text Example
Text Example
White with #5A011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A011D; }
p { color: rgb(90,1,29); }
H1.HeaderClassName
{
color: #5A011D;
}
.AnyTagClassName
{
color: #5A011D;
}
</style>
background-color css
<style>
a { background-color: #5A011D; }
a { background-color: rgb(90,1,29); }
div.DivClassName
{
background-color: #5A011D;
}
.BgClassName
{
background-color: #5A011D;
}
</style>
border-color css
<style>
span { border-color: #5A011D; }
span { border-color: rgb(90,1,29); }
td.TdClassName
{
border-color: #5A011D;
}
.TagClassName
{
border-color: #5A011D;
}
</style>