Shades of Bordeaux #5A000D
Tints of Bordeaux #5A000D
RGB
CMYK
RGB Variations
Color information
#5A000D (or 0x5A000D) is known color: Bordeaux. HEX triplet: 5A, 00 and 0D. RGB value is (90,0,13). Sum of RGB (Red+Green+Blue) = 90+0+13=103 (13% of max value = 765). Red value is 90 (35.55% from 255 or 87.38% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 90 - color contains mainly: red. Hex color #5A000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A000D is #A5FFF2. Grayscale: #1C1C1C. Windows color (decimal): -10878963 or 852058. OLE color: 852058.
HSL color Cylindrical-coordinate representation of color #5A000D: hue angle of 351.33º 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 #5A000D is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.86 | 0.65 |
| HSL | 351.33º | 1% | 0.18% | - |
| HSV(B) | 351.33º | 1% | 0.35% | - |
| XYZ | 4.29 | 2.2 | 0.58 | - |
| YUV | 28.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 13 | 0 | 1 | 0.86 | 0.65 | 351.33 | 1 | 0.18 |
| Hex | 5A | 0 | D | 0 | 64 | 56 | 41 | 15F | 64 | 12 |
| Octal | 132 | 0 | 15 | 0 | 144 | 126 | 101 | 537 | 144 | 22 |
| Binary | 1011010 | 0 | 1101 | 0 | 1100100 | 1010110 | 1000001 | 101011111 | 1100100 | 10010 |
Color Harmonies of #5A000D
Complementary color
Monochromatic Colors of #5A000D
Black with #5A000D
Text Example
Text Example
White with #5A000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A000D; }
p { color: rgb(90,0,13); }
H1.HeaderClassName
{
color: #5A000D;
}
.AnyTagClassName
{
color: #5A000D;
}
</style>
background-color css
<style>
a { background-color: #5A000D; }
a { background-color: rgb(90,0,13); }
div.DivClassName
{
background-color: #5A000D;
}
.BgClassName
{
background-color: #5A000D;
}
</style>
border-color css
<style>
span { border-color: #5A000D; }
span { border-color: rgb(90,0,13); }
td.TdClassName
{
border-color: #5A000D;
}
.TagClassName
{
border-color: #5A000D;
}
</style>