Shades of Bordeaux #5A0217
Tints of Bordeaux #5A0217
RGB
CMYK
RGB Variations
Color information
#5A0217 (or 0x5A0217) is known color: Bordeaux. HEX triplet: 5A, 02 and 17. RGB value is (90,2,23). Sum of RGB (Red+Green+Blue) = 90+2+23=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0217 is #A5FDE8. Grayscale: #1E1E1E. Windows color (decimal): -10878441 or 1507930. OLE color: 1507930.
HSL color Cylindrical-coordinate representation of color #5A0217: hue angle of 345.68º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0217 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 23 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.65 |
| HSL | 345.68º | 0.96% | 0.18% | - |
| HSV(B) | 345.68º | 0.98% | 0.35% | - |
| XYZ | 4.39 | 2.28 | 1.02 | - |
| YUV | 30.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 23 | 0 | 0.98 | 0.74 | 0.65 | 345.68 | 0.96 | 0.18 |
| Hex | 5A | 2 | 17 | 0 | 62 | 4A | 41 | 15A | 60 | 12 |
| Octal | 132 | 2 | 27 | 0 | 142 | 112 | 101 | 532 | 140 | 22 |
| Binary | 1011010 | 10 | 10111 | 0 | 1100010 | 1001010 | 1000001 | 101011010 | 1100000 | 10010 |
Color Harmonies of #5A0217
Complementary color
Monochromatic Colors of #5A0217
Black with #5A0217
Text Example
Text Example
White with #5A0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0217; }
p { color: rgb(90,2,23); }
H1.HeaderClassName
{
color: #5A0217;
}
.AnyTagClassName
{
color: #5A0217;
}
</style>
background-color css
<style>
a { background-color: #5A0217; }
a { background-color: rgb(90,2,23); }
div.DivClassName
{
background-color: #5A0217;
}
.BgClassName
{
background-color: #5A0217;
}
</style>
border-color css
<style>
span { border-color: #5A0217; }
span { border-color: rgb(90,2,23); }
td.TdClassName
{
border-color: #5A0217;
}
.TagClassName
{
border-color: #5A0217;
}
</style>