Shades of Bordeaux #5A0411
Tints of Bordeaux #5A0411
RGB
CMYK
RGB Variations
Color information
#5A0411 (or 0x5A0411) is known color: Bordeaux. HEX triplet: 5A, 04 and 11. RGB value is (90,4,17). Sum of RGB (Red+Green+Blue) = 90+4+17=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0411 is #A5FBEE. Grayscale: #1F1F1F. Windows color (decimal): -10877935 or 1115226. OLE color: 1115226.
HSL color Cylindrical-coordinate representation of color #5A0411: hue angle of 350.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0411 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 17 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.65 |
| HSL | 350.93º | 0.91% | 0.18% | - |
| HSV(B) | 350.93º | 0.96% | 0.35% | - |
| XYZ | 4.36 | 2.3 | 0.74 | - |
| YUV | 31.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 17 | 0 | 0.96 | 0.81 | 0.65 | 350.93 | 0.91 | 0.18 |
| Hex | 5A | 4 | 11 | 0 | 60 | 51 | 41 | 15F | 5B | 12 |
| Octal | 132 | 4 | 21 | 0 | 140 | 121 | 101 | 537 | 133 | 22 |
| Binary | 1011010 | 100 | 10001 | 0 | 1100000 | 1010001 | 1000001 | 101011111 | 1011011 | 10010 |
Color Harmonies of #5A0411
Complementary color
Monochromatic Colors of #5A0411
Black with #5A0411
Text Example
Text Example
White with #5A0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0411; }
p { color: rgb(90,4,17); }
H1.HeaderClassName
{
color: #5A0411;
}
.AnyTagClassName
{
color: #5A0411;
}
</style>
background-color css
<style>
a { background-color: #5A0411; }
a { background-color: rgb(90,4,17); }
div.DivClassName
{
background-color: #5A0411;
}
.BgClassName
{
background-color: #5A0411;
}
</style>
border-color css
<style>
span { border-color: #5A0411; }
span { border-color: rgb(90,4,17); }
td.TdClassName
{
border-color: #5A0411;
}
.TagClassName
{
border-color: #5A0411;
}
</style>