Shades of Bordeaux #5A0A23
Tints of Bordeaux #5A0A23
RGB
CMYK
RGB Variations
Color information
#5A0A23 (or 0x5A0A23) is known color: Bordeaux. HEX triplet: 5A, 0A and 23. RGB value is (90,10,35). Sum of RGB (Red+Green+Blue) = 90+10+35=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A23 is #A5F5DC. Grayscale: #242424. Windows color (decimal): -10876381 or 2296410. OLE color: 2296410.
HSL color Cylindrical-coordinate representation of color #5A0A23: hue angle of 341.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0A23 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 10 | 35 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.65 |
| HSL | 341.25º | 0.8% | 0.2% | - |
| HSV(B) | 341.25º | 0.89% | 0.35% | - |
| XYZ | 4.63 | 2.51 | 1.83 | - |
| YUV | 36.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 35 | 0 | 0.89 | 0.61 | 0.65 | 341.25 | 0.8 | 0.2 |
| Hex | 5A | A | 23 | 0 | 59 | 3D | 41 | 155 | 50 | 14 |
| Octal | 132 | 12 | 43 | 0 | 131 | 75 | 101 | 525 | 120 | 24 |
| Binary | 1011010 | 1010 | 100011 | 0 | 1011001 | 111101 | 1000001 | 101010101 | 1010000 | 10100 |
Color Harmonies of #5A0A23
Complementary color
Monochromatic Colors of #5A0A23
Black with #5A0A23
Text Example
Text Example
White with #5A0A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A23; }
p { color: rgb(90,10,35); }
H1.HeaderClassName
{
color: #5A0A23;
}
.AnyTagClassName
{
color: #5A0A23;
}
</style>
background-color css
<style>
a { background-color: #5A0A23; }
a { background-color: rgb(90,10,35); }
div.DivClassName
{
background-color: #5A0A23;
}
.BgClassName
{
background-color: #5A0A23;
}
</style>
border-color css
<style>
span { border-color: #5A0A23; }
span { border-color: rgb(90,10,35); }
td.TdClassName
{
border-color: #5A0A23;
}
.TagClassName
{
border-color: #5A0A23;
}
</style>