Shades of Bordeaux #5A0006
Tints of Bordeaux #5A0006
RGB
CMYK
RGB Variations
Color information
#5A0006 (or 0x5A0006) is known color: Bordeaux. HEX triplet: 5A, 00 and 06. RGB value is (90,0,6). Sum of RGB (Red+Green+Blue) = 90+0+6=96 (12% of max value = 765). Red value is 90 (35.55% from 255 or 93.75% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0006 is #A5FFF9. Grayscale: #1B1B1B. Windows color (decimal): -10878970 or 393306. OLE color: 393306.
HSL color Cylindrical-coordinate representation of color #5A0006: hue angle of 356º 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 #5A0006 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.93 | 0.65 |
| HSL | 356º | 1% | 0.18% | - |
| HSV(B) | 356º | 1% | 0.35% | - |
| XYZ | 4.25 | 2.19 | 0.37 | - |
| YUV | 27.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 6 | 0 | 1 | 0.93 | 0.65 | 356 | 1 | 0.18 |
| Hex | 5A | 0 | 6 | 0 | 64 | 5D | 41 | 164 | 64 | 12 |
| Octal | 132 | 0 | 6 | 0 | 144 | 135 | 101 | 544 | 144 | 22 |
| Binary | 1011010 | 0 | 110 | 0 | 1100100 | 1011101 | 1000001 | 101100100 | 1100100 | 10010 |
Color Harmonies of #5A0006
Complementary color
Monochromatic Colors of #5A0006
Black with #5A0006
Text Example
Text Example
White with #5A0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0006; }
p { color: rgb(90,0,6); }
H1.HeaderClassName
{
color: #5A0006;
}
.AnyTagClassName
{
color: #5A0006;
}
</style>
background-color css
<style>
a { background-color: #5A0006; }
a { background-color: rgb(90,0,6); }
div.DivClassName
{
background-color: #5A0006;
}
.BgClassName
{
background-color: #5A0006;
}
</style>
border-color css
<style>
span { border-color: #5A0006; }
span { border-color: rgb(90,0,6); }
td.TdClassName
{
border-color: #5A0006;
}
.TagClassName
{
border-color: #5A0006;
}
</style>