Shades of Bordeaux #5A0719
Tints of Bordeaux #5A0719
RGB
CMYK
RGB Variations
Color information
#5A0719 (or 0x5A0719) is known color: Bordeaux. HEX triplet: 5A, 07 and 19. RGB value is (90,7,25). Sum of RGB (Red+Green+Blue) = 90+7+25=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0719 is #A5F8E6. Grayscale: #212121. Windows color (decimal): -10877159 or 1640282. OLE color: 1640282.
HSL color Cylindrical-coordinate representation of color #5A0719: hue angle of 346.99º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0719 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 25 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.65 |
| HSL | 346.99º | 0.86% | 0.19% | - |
| HSV(B) | 346.99º | 0.92% | 0.35% | - |
| XYZ | 4.47 | 2.4 | 1.15 | - |
| YUV | 33.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 25 | 0 | 0.92 | 0.72 | 0.65 | 346.99 | 0.86 | 0.19 |
| Hex | 5A | 7 | 19 | 0 | 5C | 48 | 41 | 15B | 56 | 13 |
| Octal | 132 | 7 | 31 | 0 | 134 | 110 | 101 | 533 | 126 | 23 |
| Binary | 1011010 | 111 | 11001 | 0 | 1011100 | 1001000 | 1000001 | 101011011 | 1010110 | 10011 |
Color Harmonies of #5A0719
Complementary color
Monochromatic Colors of #5A0719
Black with #5A0719
Text Example
Text Example
White with #5A0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0719; }
p { color: rgb(90,7,25); }
H1.HeaderClassName
{
color: #5A0719;
}
.AnyTagClassName
{
color: #5A0719;
}
</style>
background-color css
<style>
a { background-color: #5A0719; }
a { background-color: rgb(90,7,25); }
div.DivClassName
{
background-color: #5A0719;
}
.BgClassName
{
background-color: #5A0719;
}
</style>
border-color css
<style>
span { border-color: #5A0719; }
span { border-color: rgb(90,7,25); }
td.TdClassName
{
border-color: #5A0719;
}
.TagClassName
{
border-color: #5A0719;
}
</style>