Shades of Bordeaux #5A0118
Tints of Bordeaux #5A0118
RGB
CMYK
RGB Variations
Color information
#5A0118 (or 0x5A0118) is known color: Bordeaux. HEX triplet: 5A, 01 and 18. RGB value is (90,1,24). Sum of RGB (Red+Green+Blue) = 90+1+24=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0118 is #A5FEE7. Grayscale: #1E1E1E. Windows color (decimal): -10878696 or 1573210. OLE color: 1573210.
HSL color Cylindrical-coordinate representation of color #5A0118: hue angle of 344.49º 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 #5A0118 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.65 |
| HSL | 344.49º | 0.98% | 0.18% | - |
| HSV(B) | 344.49º | 0.99% | 0.35% | - |
| XYZ | 4.39 | 2.26 | 1.07 | - |
| YUV | 30.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 24 | 0 | 0.99 | 0.73 | 0.65 | 344.49 | 0.98 | 0.18 |
| Hex | 5A | 1 | 18 | 0 | 63 | 49 | 41 | 158 | 62 | 12 |
| Octal | 132 | 1 | 30 | 0 | 143 | 111 | 101 | 530 | 142 | 22 |
| Binary | 1011010 | 1 | 11000 | 0 | 1100011 | 1001001 | 1000001 | 101011000 | 1100010 | 10010 |
Color Harmonies of #5A0118
Complementary color
Monochromatic Colors of #5A0118
Black with #5A0118
Text Example
Text Example
White with #5A0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0118; }
p { color: rgb(90,1,24); }
H1.HeaderClassName
{
color: #5A0118;
}
.AnyTagClassName
{
color: #5A0118;
}
</style>
background-color css
<style>
a { background-color: #5A0118; }
a { background-color: rgb(90,1,24); }
div.DivClassName
{
background-color: #5A0118;
}
.BgClassName
{
background-color: #5A0118;
}
</style>
border-color css
<style>
span { border-color: #5A0118; }
span { border-color: rgb(90,1,24); }
td.TdClassName
{
border-color: #5A0118;
}
.TagClassName
{
border-color: #5A0118;
}
</style>