Shades of Bordeaux #5A030E
Tints of Bordeaux #5A030E
RGB
CMYK
RGB Variations
Color information
#5A030E (or 0x5A030E) is known color: Bordeaux. HEX triplet: 5A, 03 and 0E. RGB value is (90,3,14). Sum of RGB (Red+Green+Blue) = 90+3+14=107 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.11% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030E is #A5FCF1. Grayscale: #1E1E1E. Windows color (decimal): -10878194 or 918362. OLE color: 918362.
HSL color Cylindrical-coordinate representation of color #5A030E: hue angle of 352.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A030E is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 14 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.65 |
| HSL | 352.41º | 0.94% | 0.18% | - |
| HSV(B) | 352.41º | 0.97% | 0.35% | - |
| XYZ | 4.33 | 2.27 | 0.63 | - |
| YUV | 30.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 14 | 0 | 0.97 | 0.84 | 0.65 | 352.41 | 0.94 | 0.18 |
| Hex | 5A | 3 | E | 0 | 61 | 54 | 41 | 160 | 5E | 12 |
| Octal | 132 | 3 | 16 | 0 | 141 | 124 | 101 | 540 | 136 | 22 |
| Binary | 1011010 | 11 | 1110 | 0 | 1100001 | 1010100 | 1000001 | 101100000 | 1011110 | 10010 |
Color Harmonies of #5A030E
Complementary color
Monochromatic Colors of #5A030E
Black with #5A030E
Text Example
Text Example
White with #5A030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A030E; }
p { color: rgb(90,3,14); }
H1.HeaderClassName
{
color: #5A030E;
}
.AnyTagClassName
{
color: #5A030E;
}
</style>
background-color css
<style>
a { background-color: #5A030E; }
a { background-color: rgb(90,3,14); }
div.DivClassName
{
background-color: #5A030E;
}
.BgClassName
{
background-color: #5A030E;
}
</style>
border-color css
<style>
span { border-color: #5A030E; }
span { border-color: rgb(90,3,14); }
td.TdClassName
{
border-color: #5A030E;
}
.TagClassName
{
border-color: #5A030E;
}
</style>