Shades of Bordeaux #5A011F
Tints of Bordeaux #5A011F
RGB
CMYK
RGB Variations
Color information
#5A011F (or 0x5A011F) is known color: Bordeaux. HEX triplet: 5A, 01 and 1F. RGB value is (90,1,31). Sum of RGB (Red+Green+Blue) = 90+1+31=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A011F is #A5FEE0. Grayscale: #1F1F1F. Windows color (decimal): -10878689 or 2031962. OLE color: 2031962.
HSL color Cylindrical-coordinate representation of color #5A011F: hue angle of 339.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A011F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.65 |
| HSL | 339.78º | 0.98% | 0.18% | - |
| HSV(B) | 339.78º | 0.99% | 0.35% | - |
| XYZ | 4.47 | 2.29 | 1.5 | - |
| YUV | 31.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 31 | 0 | 0.99 | 0.66 | 0.65 | 339.78 | 0.98 | 0.18 |
| Hex | 5A | 1 | 1F | 0 | 63 | 42 | 41 | 154 | 62 | 12 |
| Octal | 132 | 1 | 37 | 0 | 143 | 102 | 101 | 524 | 142 | 22 |
| Binary | 1011010 | 1 | 11111 | 0 | 1100011 | 1000010 | 1000001 | 101010100 | 1100010 | 10010 |
Color Harmonies of #5A011F
Complementary color
Monochromatic Colors of #5A011F
Black with #5A011F
Text Example
Text Example
White with #5A011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A011F; }
p { color: rgb(90,1,31); }
H1.HeaderClassName
{
color: #5A011F;
}
.AnyTagClassName
{
color: #5A011F;
}
</style>
background-color css
<style>
a { background-color: #5A011F; }
a { background-color: rgb(90,1,31); }
div.DivClassName
{
background-color: #5A011F;
}
.BgClassName
{
background-color: #5A011F;
}
</style>
border-color css
<style>
span { border-color: #5A011F; }
span { border-color: rgb(90,1,31); }
td.TdClassName
{
border-color: #5A011F;
}
.TagClassName
{
border-color: #5A011F;
}
</style>