Shades of Bordeaux #5A0012
Tints of Bordeaux #5A0012
RGB
CMYK
RGB Variations
Color information
#5A0012 (or 0x5A0012) is known color: Bordeaux. HEX triplet: 5A, 00 and 12. RGB value is (90,0,18). Sum of RGB (Red+Green+Blue) = 90+0+18=108 (14% of max value = 765). Red value is 90 (35.55% from 255 or 83.33% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0012 is #A5FFED. Grayscale: #1C1C1C. Windows color (decimal): -10878958 or 1179738. OLE color: 1179738.
HSL color Cylindrical-coordinate representation of color #5A0012: hue angle of 348º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0012 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.80 | 0.65 |
| HSL | 348º | 1% | 0.18% | - |
| HSV(B) | 348º | 1% | 0.35% | - |
| XYZ | 4.33 | 2.22 | 0.77 | - |
| YUV | 28.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 18 | 0 | 1 | 0.80 | 0.65 | 348 | 1 | 0.18 |
| Hex | 5A | 0 | 12 | 0 | 64 | 50 | 41 | 15C | 64 | 12 |
| Octal | 132 | 0 | 22 | 0 | 144 | 120 | 101 | 534 | 144 | 22 |
| Binary | 1011010 | 0 | 10010 | 0 | 1100100 | 1010000 | 1000001 | 101011100 | 1100100 | 10010 |
Color Harmonies of #5A0012
Complementary color
Monochromatic Colors of #5A0012
Black with #5A0012
Text Example
Text Example
White with #5A0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0012; }
p { color: rgb(90,0,18); }
H1.HeaderClassName
{
color: #5A0012;
}
.AnyTagClassName
{
color: #5A0012;
}
</style>
background-color css
<style>
a { background-color: #5A0012; }
a { background-color: rgb(90,0,18); }
div.DivClassName
{
background-color: #5A0012;
}
.BgClassName
{
background-color: #5A0012;
}
</style>
border-color css
<style>
span { border-color: #5A0012; }
span { border-color: rgb(90,0,18); }
td.TdClassName
{
border-color: #5A0012;
}
.TagClassName
{
border-color: #5A0012;
}
</style>