Shades of Bordeaux #5A0115
Tints of Bordeaux #5A0115
RGB
CMYK
RGB Variations
Color information
#5A0115 (or 0x5A0115) is known color: Bordeaux. HEX triplet: 5A, 01 and 15. RGB value is (90,1,21). Sum of RGB (Red+Green+Blue) = 90+1+21=112 (14% of max value = 765). Red value is 90 (35.55% from 255 or 80.36% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0115 is #A5FEEA. Grayscale: #1D1D1D. Windows color (decimal): -10878699 or 1376602. OLE color: 1376602.
HSL color Cylindrical-coordinate representation of color #5A0115: hue angle of 346.52º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0115 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.65 |
| HSL | 346.52º | 0.98% | 0.18% | - |
| HSV(B) | 346.52º | 0.99% | 0.35% | - |
| XYZ | 4.36 | 2.25 | 0.91 | - |
| YUV | 29.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 21 | 0 | 0.99 | 0.77 | 0.65 | 346.52 | 0.98 | 0.18 |
| Hex | 5A | 1 | 15 | 0 | 63 | 4D | 41 | 15B | 62 | 12 |
| Octal | 132 | 1 | 25 | 0 | 143 | 115 | 101 | 533 | 142 | 22 |
| Binary | 1011010 | 1 | 10101 | 0 | 1100011 | 1001101 | 1000001 | 101011011 | 1100010 | 10010 |
Color Harmonies of #5A0115
Complementary color
Monochromatic Colors of #5A0115
Black with #5A0115
Text Example
Text Example
White with #5A0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0115; }
p { color: rgb(90,1,21); }
H1.HeaderClassName
{
color: #5A0115;
}
.AnyTagClassName
{
color: #5A0115;
}
</style>
background-color css
<style>
a { background-color: #5A0115; }
a { background-color: rgb(90,1,21); }
div.DivClassName
{
background-color: #5A0115;
}
.BgClassName
{
background-color: #5A0115;
}
</style>
border-color css
<style>
span { border-color: #5A0115; }
span { border-color: rgb(90,1,21); }
td.TdClassName
{
border-color: #5A0115;
}
.TagClassName
{
border-color: #5A0115;
}
</style>