Shades of Bordeaux #5A0207
Tints of Bordeaux #5A0207
RGB
CMYK
RGB Variations
Color information
#5A0207 (or 0x5A0207) is known color: Bordeaux. HEX triplet: 5A, 02 and 07. RGB value is (90,2,7). Sum of RGB (Red+Green+Blue) = 90+2+7=99 (13% of max value = 765). Red value is 90 (35.55% from 255 or 90.91% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0207 is #A5FDF8. Grayscale: #1C1C1C. Windows color (decimal): -10878457 or 459354. OLE color: 459354.
HSL color Cylindrical-coordinate representation of color #5A0207: hue angle of 356.59º 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 #5A0207 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 7 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.65 |
| HSL | 356.59º | 0.96% | 0.18% | - |
| HSV(B) | 356.59º | 0.98% | 0.35% | - |
| XYZ | 4.28 | 2.23 | 0.41 | - |
| YUV | 28.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 7 | 0 | 0.98 | 0.92 | 0.65 | 356.59 | 0.96 | 0.18 |
| Hex | 5A | 2 | 7 | 0 | 62 | 5C | 41 | 165 | 60 | 12 |
| Octal | 132 | 2 | 7 | 0 | 142 | 134 | 101 | 545 | 140 | 22 |
| Binary | 1011010 | 10 | 111 | 0 | 1100010 | 1011100 | 1000001 | 101100101 | 1100000 | 10010 |
Color Harmonies of #5A0207
Complementary color
Monochromatic Colors of #5A0207
Black with #5A0207
Text Example
Text Example
White with #5A0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0207; }
p { color: rgb(90,2,7); }
H1.HeaderClassName
{
color: #5A0207;
}
.AnyTagClassName
{
color: #5A0207;
}
</style>
background-color css
<style>
a { background-color: #5A0207; }
a { background-color: rgb(90,2,7); }
div.DivClassName
{
background-color: #5A0207;
}
.BgClassName
{
background-color: #5A0207;
}
</style>
border-color css
<style>
span { border-color: #5A0207; }
span { border-color: rgb(90,2,7); }
td.TdClassName
{
border-color: #5A0207;
}
.TagClassName
{
border-color: #5A0207;
}
</style>