Shades of Bordeaux #5A0722
Tints of Bordeaux #5A0722
RGB
CMYK
RGB Variations
Color information
#5A0722 (or 0x5A0722) is known color: Bordeaux. HEX triplet: 5A, 07 and 22. RGB value is (90,7,34). Sum of RGB (Red+Green+Blue) = 90+7+34=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0722 is #A5F8DD. Grayscale: #222222. Windows color (decimal): -10877150 or 2230106. OLE color: 2230106.
HSL color Cylindrical-coordinate representation of color #5A0722: hue angle of 340.48º 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 #5A0722 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 34 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.65 |
| HSL | 340.48º | 0.86% | 0.19% | - |
| HSV(B) | 340.48º | 0.92% | 0.35% | - |
| XYZ | 4.58 | 2.44 | 1.74 | - |
| YUV | 34.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 34 | 0 | 0.92 | 0.62 | 0.65 | 340.48 | 0.86 | 0.19 |
| Hex | 5A | 7 | 22 | 0 | 5C | 3E | 41 | 154 | 56 | 13 |
| Octal | 132 | 7 | 42 | 0 | 134 | 76 | 101 | 524 | 126 | 23 |
| Binary | 1011010 | 111 | 100010 | 0 | 1011100 | 111110 | 1000001 | 101010100 | 1010110 | 10011 |
Color Harmonies of #5A0722
Complementary color
Monochromatic Colors of #5A0722
Black with #5A0722
Text Example
Text Example
White with #5A0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0722; }
p { color: rgb(90,7,34); }
H1.HeaderClassName
{
color: #5A0722;
}
.AnyTagClassName
{
color: #5A0722;
}
</style>
background-color css
<style>
a { background-color: #5A0722; }
a { background-color: rgb(90,7,34); }
div.DivClassName
{
background-color: #5A0722;
}
.BgClassName
{
background-color: #5A0722;
}
</style>
border-color css
<style>
span { border-color: #5A0722; }
span { border-color: rgb(90,7,34); }
td.TdClassName
{
border-color: #5A0722;
}
.TagClassName
{
border-color: #5A0722;
}
</style>