Shades of Bordeaux #5A041F
Tints of Bordeaux #5A041F
RGB
CMYK
RGB Variations
Color information
#5A041F (or 0x5A041F) is known color: Bordeaux. HEX triplet: 5A, 04 and 1F. RGB value is (90,4,31). Sum of RGB (Red+Green+Blue) = 90+4+31=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A041F is #A5FBE0. Grayscale: #202020. Windows color (decimal): -10877921 or 2032730. OLE color: 2032730.
HSL color Cylindrical-coordinate representation of color #5A041F: hue angle of 341.16º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A041F is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 31 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.65 |
| HSL | 341.16º | 0.91% | 0.18% | - |
| HSV(B) | 341.16º | 0.96% | 0.35% | - |
| XYZ | 4.51 | 2.36 | 1.51 | - |
| YUV | 32.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 31 | 0 | 0.96 | 0.66 | 0.65 | 341.16 | 0.91 | 0.18 |
| Hex | 5A | 4 | 1F | 0 | 60 | 42 | 41 | 155 | 5B | 12 |
| Octal | 132 | 4 | 37 | 0 | 140 | 102 | 101 | 525 | 133 | 22 |
| Binary | 1011010 | 100 | 11111 | 0 | 1100000 | 1000010 | 1000001 | 101010101 | 1011011 | 10010 |
Color Harmonies of #5A041F
Complementary color
Monochromatic Colors of #5A041F
Black with #5A041F
Text Example
Text Example
White with #5A041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A041F; }
p { color: rgb(90,4,31); }
H1.HeaderClassName
{
color: #5A041F;
}
.AnyTagClassName
{
color: #5A041F;
}
</style>
background-color css
<style>
a { background-color: #5A041F; }
a { background-color: rgb(90,4,31); }
div.DivClassName
{
background-color: #5A041F;
}
.BgClassName
{
background-color: #5A041F;
}
</style>
border-color css
<style>
span { border-color: #5A041F; }
span { border-color: rgb(90,4,31); }
td.TdClassName
{
border-color: #5A041F;
}
.TagClassName
{
border-color: #5A041F;
}
</style>