Shades of Bordeaux #5A030C
Tints of Bordeaux #5A030C
RGB
CMYK
RGB Variations
Color information
#5A030C (or 0x5A030C) is known color: Bordeaux. HEX triplet: 5A, 03 and 0C. RGB value is (90,3,12). Sum of RGB (Red+Green+Blue) = 90+3+12=105 (13% of max value = 765). Red value is 90 (35.55% from 255 or 85.71% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030C is #A5FCF3. Grayscale: #1E1E1E. Windows color (decimal): -10878196 or 787290. OLE color: 787290.
HSL color Cylindrical-coordinate representation of color #5A030C: hue angle of 353.79º 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 #5A030C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.65 |
| HSL | 353.79º | 0.94% | 0.18% | - |
| HSV(B) | 353.79º | 0.97% | 0.35% | - |
| XYZ | 4.32 | 2.27 | 0.56 | - |
| YUV | 30.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 12 | 0 | 0.97 | 0.87 | 0.65 | 353.79 | 0.94 | 0.18 |
| Hex | 5A | 3 | C | 0 | 61 | 57 | 41 | 162 | 5E | 12 |
| Octal | 132 | 3 | 14 | 0 | 141 | 127 | 101 | 542 | 136 | 22 |
| Binary | 1011010 | 11 | 1100 | 0 | 1100001 | 1010111 | 1000001 | 101100010 | 1011110 | 10010 |
Color Harmonies of #5A030C
Complementary color
Monochromatic Colors of #5A030C
Black with #5A030C
Text Example
Text Example
White with #5A030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A030C; }
p { color: rgb(90,3,12); }
H1.HeaderClassName
{
color: #5A030C;
}
.AnyTagClassName
{
color: #5A030C;
}
</style>
background-color css
<style>
a { background-color: #5A030C; }
a { background-color: rgb(90,3,12); }
div.DivClassName
{
background-color: #5A030C;
}
.BgClassName
{
background-color: #5A030C;
}
</style>
border-color css
<style>
span { border-color: #5A030C; }
span { border-color: rgb(90,3,12); }
td.TdClassName
{
border-color: #5A030C;
}
.TagClassName
{
border-color: #5A030C;
}
</style>