Shades of Bordeaux #5A091F
Tints of Bordeaux #5A091F
RGB
CMYK
RGB Variations
Color information
#5A091F (or 0x5A091F) is known color: Bordeaux. HEX triplet: 5A, 09 and 1F. RGB value is (90,9,31). Sum of RGB (Red+Green+Blue) = 90+9+31=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A091F is #A5F6E0. Grayscale: #232323. Windows color (decimal): -10876641 or 2034010. OLE color: 2034010.
HSL color Cylindrical-coordinate representation of color #5A091F: hue angle of 343.7º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A091F is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 31 | - |
| CMYK | 0 | 0.9 | 0.66 | 0.65 |
| HSL | 343.7º | 0.82% | 0.19% | - |
| HSV(B) | 343.7º | 0.9% | 0.35% | - |
| XYZ | 4.56 | 2.47 | 1.53 | - |
| YUV | 35.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 31 | 0 | 0.9 | 0.66 | 0.65 | 343.7 | 0.82 | 0.19 |
| Hex | 5A | 9 | 1F | 0 | 5A | 42 | 41 | 158 | 52 | 13 |
| Octal | 132 | 11 | 37 | 0 | 132 | 102 | 101 | 530 | 122 | 23 |
| Binary | 1011010 | 1001 | 11111 | 0 | 1011010 | 1000010 | 1000001 | 101011000 | 1010010 | 10011 |
Color Harmonies of #5A091F
Complementary color
Monochromatic Colors of #5A091F
Black with #5A091F
Text Example
Text Example
White with #5A091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A091F; }
p { color: rgb(90,9,31); }
H1.HeaderClassName
{
color: #5A091F;
}
.AnyTagClassName
{
color: #5A091F;
}
</style>
background-color css
<style>
a { background-color: #5A091F; }
a { background-color: rgb(90,9,31); }
div.DivClassName
{
background-color: #5A091F;
}
.BgClassName
{
background-color: #5A091F;
}
</style>
border-color css
<style>
span { border-color: #5A091F; }
span { border-color: rgb(90,9,31); }
td.TdClassName
{
border-color: #5A091F;
}
.TagClassName
{
border-color: #5A091F;
}
</style>