Shades of Bordeaux #5A031F
Tints of Bordeaux #5A031F
RGB
CMYK
RGB Variations
Color information
#5A031F (or 0x5A031F) is known color: Bordeaux. HEX triplet: 5A, 03 and 1F. RGB value is (90,3,31). Sum of RGB (Red+Green+Blue) = 90+3+31=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A031F is #A5FCE0. Grayscale: #202020. Windows color (decimal): -10878177 or 2032474. OLE color: 2032474.
HSL color Cylindrical-coordinate representation of color #5A031F: hue angle of 340.69º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A031F is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.65 |
| HSL | 340.69º | 0.94% | 0.18% | - |
| HSV(B) | 340.69º | 0.97% | 0.35% | - |
| XYZ | 4.5 | 2.34 | 1.51 | - |
| YUV | 32.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 31 | 0 | 0.97 | 0.66 | 0.65 | 340.69 | 0.94 | 0.18 |
| Hex | 5A | 3 | 1F | 0 | 61 | 42 | 41 | 155 | 5E | 12 |
| Octal | 132 | 3 | 37 | 0 | 141 | 102 | 101 | 525 | 136 | 22 |
| Binary | 1011010 | 11 | 11111 | 0 | 1100001 | 1000010 | 1000001 | 101010101 | 1011110 | 10010 |
Color Harmonies of #5A031F
Complementary color
Monochromatic Colors of #5A031F
Black with #5A031F
Text Example
Text Example
White with #5A031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A031F; }
p { color: rgb(90,3,31); }
H1.HeaderClassName
{
color: #5A031F;
}
.AnyTagClassName
{
color: #5A031F;
}
</style>
background-color css
<style>
a { background-color: #5A031F; }
a { background-color: rgb(90,3,31); }
div.DivClassName
{
background-color: #5A031F;
}
.BgClassName
{
background-color: #5A031F;
}
</style>
border-color css
<style>
span { border-color: #5A031F; }
span { border-color: rgb(90,3,31); }
td.TdClassName
{
border-color: #5A031F;
}
.TagClassName
{
border-color: #5A031F;
}
</style>