Shades of Bordeaux #5A020C
Tints of Bordeaux #5A020C
RGB
CMYK
RGB Variations
Color information
#5A020C (or 0x5A020C) is known color: Bordeaux. HEX triplet: 5A, 02 and 0C. RGB value is (90,2,12). Sum of RGB (Red+Green+Blue) = 90+2+12=104 (13% of max value = 765). Red value is 90 (35.55% from 255 or 86.54% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 90 - color contains mainly: red. Hex color #5A020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A020C is #A5FDF3. Grayscale: #1D1D1D. Windows color (decimal): -10878452 or 787034. OLE color: 787034.
HSL color Cylindrical-coordinate representation of color #5A020C: hue angle of 353.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A020C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.65 |
| HSL | 353.18º | 0.96% | 0.18% | - |
| HSV(B) | 353.18º | 0.98% | 0.35% | - |
| XYZ | 4.3 | 2.24 | 0.55 | - |
| YUV | 29.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 12 | 0 | 0.98 | 0.87 | 0.65 | 353.18 | 0.96 | 0.18 |
| Hex | 5A | 2 | C | 0 | 62 | 57 | 41 | 161 | 60 | 12 |
| Octal | 132 | 2 | 14 | 0 | 142 | 127 | 101 | 541 | 140 | 22 |
| Binary | 1011010 | 10 | 1100 | 0 | 1100010 | 1010111 | 1000001 | 101100001 | 1100000 | 10010 |
Color Harmonies of #5A020C
Complementary color
Monochromatic Colors of #5A020C
Black with #5A020C
Text Example
Text Example
White with #5A020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A020C; }
p { color: rgb(90,2,12); }
H1.HeaderClassName
{
color: #5A020C;
}
.AnyTagClassName
{
color: #5A020C;
}
</style>
background-color css
<style>
a { background-color: #5A020C; }
a { background-color: rgb(90,2,12); }
div.DivClassName
{
background-color: #5A020C;
}
.BgClassName
{
background-color: #5A020C;
}
</style>
border-color css
<style>
span { border-color: #5A020C; }
span { border-color: rgb(90,2,12); }
td.TdClassName
{
border-color: #5A020C;
}
.TagClassName
{
border-color: #5A020C;
}
</style>