Shades of Bordeaux #5A0312
Tints of Bordeaux #5A0312
RGB
CMYK
RGB Variations
Color information
#5A0312 (or 0x5A0312) is known color: Bordeaux. HEX triplet: 5A, 03 and 12. RGB value is (90,3,18). Sum of RGB (Red+Green+Blue) = 90+3+18=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0312 is #A5FCED. Grayscale: #1E1E1E. Windows color (decimal): -10878190 or 1180506. OLE color: 1180506.
HSL color Cylindrical-coordinate representation of color #5A0312: hue angle of 349.66º 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 #5A0312 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 18 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.65 |
| HSL | 349.66º | 0.94% | 0.18% | - |
| HSV(B) | 349.66º | 0.97% | 0.35% | - |
| XYZ | 4.36 | 2.28 | 0.78 | - |
| YUV | 30.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 18 | 0 | 0.97 | 0.80 | 0.65 | 349.66 | 0.94 | 0.18 |
| Hex | 5A | 3 | 12 | 0 | 61 | 50 | 41 | 15E | 5E | 12 |
| Octal | 132 | 3 | 22 | 0 | 141 | 120 | 101 | 536 | 136 | 22 |
| Binary | 1011010 | 11 | 10010 | 0 | 1100001 | 1010000 | 1000001 | 101011110 | 1011110 | 10010 |
Color Harmonies of #5A0312
Complementary color
Monochromatic Colors of #5A0312
Black with #5A0312
Text Example
Text Example
White with #5A0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0312; }
p { color: rgb(90,3,18); }
H1.HeaderClassName
{
color: #5A0312;
}
.AnyTagClassName
{
color: #5A0312;
}
</style>
background-color css
<style>
a { background-color: #5A0312; }
a { background-color: rgb(90,3,18); }
div.DivClassName
{
background-color: #5A0312;
}
.BgClassName
{
background-color: #5A0312;
}
</style>
border-color css
<style>
span { border-color: #5A0312; }
span { border-color: rgb(90,3,18); }
td.TdClassName
{
border-color: #5A0312;
}
.TagClassName
{
border-color: #5A0312;
}
</style>