Shades of Bordeaux #5A051F
Tints of Bordeaux #5A051F
RGB
CMYK
RGB Variations
Color information
#5A051F (or 0x5A051F) is known color: Bordeaux. HEX triplet: 5A, 05 and 1F. RGB value is (90,5,31). Sum of RGB (Red+Green+Blue) = 90+5+31=126 (16% of max value = 765). Red value is 90 (35.55% from 255 or 71.43% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 90 - color contains mainly: red. Hex color #5A051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A051F is #A5FAE0. Grayscale: #212121. Windows color (decimal): -10877665 or 2032986. OLE color: 2032986.
HSL color Cylindrical-coordinate representation of color #5A051F: hue angle of 341.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A051F is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 31 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.65 |
| HSL | 341.65º | 0.89% | 0.19% | - |
| HSV(B) | 341.65º | 0.94% | 0.35% | - |
| XYZ | 4.52 | 2.38 | 1.52 | - |
| YUV | 33.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 31 | 0 | 0.94 | 0.66 | 0.65 | 341.65 | 0.89 | 0.19 |
| Hex | 5A | 5 | 1F | 0 | 5E | 42 | 41 | 156 | 59 | 13 |
| Octal | 132 | 5 | 37 | 0 | 136 | 102 | 101 | 526 | 131 | 23 |
| Binary | 1011010 | 101 | 11111 | 0 | 1011110 | 1000010 | 1000001 | 101010110 | 1011001 | 10011 |
Color Harmonies of #5A051F
Complementary color
Monochromatic Colors of #5A051F
Black with #5A051F
Text Example
Text Example
White with #5A051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A051F; }
p { color: rgb(90,5,31); }
H1.HeaderClassName
{
color: #5A051F;
}
.AnyTagClassName
{
color: #5A051F;
}
</style>
background-color css
<style>
a { background-color: #5A051F; }
a { background-color: rgb(90,5,31); }
div.DivClassName
{
background-color: #5A051F;
}
.BgClassName
{
background-color: #5A051F;
}
</style>
border-color css
<style>
span { border-color: #5A051F; }
span { border-color: rgb(90,5,31); }
td.TdClassName
{
border-color: #5A051F;
}
.TagClassName
{
border-color: #5A051F;
}
</style>