Shades of Bordeaux #5A0007
Tints of Bordeaux #5A0007
RGB
CMYK
RGB Variations
Color information
#5A0007 (or 0x5A0007) is known color: Bordeaux. HEX triplet: 5A, 00 and 07. RGB value is (90,0,7). Sum of RGB (Red+Green+Blue) = 90+0+7=97 (12% of max value = 765). Red value is 90 (35.55% from 255 or 92.78% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0007 is #A5FFF8. Grayscale: #1B1B1B. Windows color (decimal): -10878969 or 458842. OLE color: 458842.
HSL color Cylindrical-coordinate representation of color #5A0007: hue angle of 355.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0007 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.92 | 0.65 |
| HSL | 355.33º | 1% | 0.18% | - |
| HSV(B) | 355.33º | 1% | 0.35% | - |
| XYZ | 4.25 | 2.19 | 0.4 | - |
| YUV | 27.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 7 | 0 | 1 | 0.92 | 0.65 | 355.33 | 1 | 0.18 |
| Hex | 5A | 0 | 7 | 0 | 64 | 5C | 41 | 163 | 64 | 12 |
| Octal | 132 | 0 | 7 | 0 | 144 | 134 | 101 | 543 | 144 | 22 |
| Binary | 1011010 | 0 | 111 | 0 | 1100100 | 1011100 | 1000001 | 101100011 | 1100100 | 10010 |
Color Harmonies of #5A0007
Complementary color
Monochromatic Colors of #5A0007
Black with #5A0007
Text Example
Text Example
White with #5A0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0007; }
p { color: rgb(90,0,7); }
H1.HeaderClassName
{
color: #5A0007;
}
.AnyTagClassName
{
color: #5A0007;
}
</style>
background-color css
<style>
a { background-color: #5A0007; }
a { background-color: rgb(90,0,7); }
div.DivClassName
{
background-color: #5A0007;
}
.BgClassName
{
background-color: #5A0007;
}
</style>
border-color css
<style>
span { border-color: #5A0007; }
span { border-color: rgb(90,0,7); }
td.TdClassName
{
border-color: #5A0007;
}
.TagClassName
{
border-color: #5A0007;
}
</style>