Shades of Bordeaux #5A040D
Tints of Bordeaux #5A040D
RGB
CMYK
RGB Variations
Color information
#5A040D (or 0x5A040D) is known color: Bordeaux. HEX triplet: 5A, 04 and 0D. RGB value is (90,4,13). Sum of RGB (Red+Green+Blue) = 90+4+13=107 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.11% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 90 - color contains mainly: red. Hex color #5A040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A040D is #A5FBF2. Grayscale: #1E1E1E. Windows color (decimal): -10877939 or 853082. OLE color: 853082.
HSL color Cylindrical-coordinate representation of color #5A040D: hue angle of 353.72º 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 #5A040D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 13 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.65 |
| HSL | 353.72º | 0.91% | 0.18% | - |
| HSV(B) | 353.72º | 0.96% | 0.35% | - |
| XYZ | 4.33 | 2.29 | 0.59 | - |
| YUV | 30.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 13 | 0 | 0.96 | 0.86 | 0.65 | 353.72 | 0.91 | 0.18 |
| Hex | 5A | 4 | D | 0 | 60 | 56 | 41 | 162 | 5B | 12 |
| Octal | 132 | 4 | 15 | 0 | 140 | 126 | 101 | 542 | 133 | 22 |
| Binary | 1011010 | 100 | 1101 | 0 | 1100000 | 1010110 | 1000001 | 101100010 | 1011011 | 10010 |
Color Harmonies of #5A040D
Complementary color
Monochromatic Colors of #5A040D
Black with #5A040D
Text Example
Text Example
White with #5A040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A040D; }
p { color: rgb(90,4,13); }
H1.HeaderClassName
{
color: #5A040D;
}
.AnyTagClassName
{
color: #5A040D;
}
</style>
background-color css
<style>
a { background-color: #5A040D; }
a { background-color: rgb(90,4,13); }
div.DivClassName
{
background-color: #5A040D;
}
.BgClassName
{
background-color: #5A040D;
}
</style>
border-color css
<style>
span { border-color: #5A040D; }
span { border-color: rgb(90,4,13); }
td.TdClassName
{
border-color: #5A040D;
}
.TagClassName
{
border-color: #5A040D;
}
</style>