Shades of Bordeaux #5A001B
Tints of Bordeaux #5A001B
RGB
CMYK
RGB Variations
Color information
#5A001B (or 0x5A001B) is known color: Bordeaux. HEX triplet: 5A, 00 and 1B. RGB value is (90,0,27). Sum of RGB (Red+Green+Blue) = 90+0+27=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A001B is #A5FFE4. Grayscale: #1D1D1D. Windows color (decimal): -10878949 or 1769562. OLE color: 1769562.
HSL color Cylindrical-coordinate representation of color #5A001B: hue angle of 342º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A001B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.70 | 0.65 |
| HSL | 342º | 1% | 0.18% | - |
| HSV(B) | 342º | 1% | 0.35% | - |
| XYZ | 4.41 | 2.25 | 1.24 | - |
| YUV | 29.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 27 | 0 | 1 | 0.70 | 0.65 | 342 | 1 | 0.18 |
| Hex | 5A | 0 | 1B | 0 | 64 | 46 | 41 | 156 | 64 | 12 |
| Octal | 132 | 0 | 33 | 0 | 144 | 106 | 101 | 526 | 144 | 22 |
| Binary | 1011010 | 0 | 11011 | 0 | 1100100 | 1000110 | 1000001 | 101010110 | 1100100 | 10010 |
Color Harmonies of #5A001B
Complementary color
Monochromatic Colors of #5A001B
Black with #5A001B
Text Example
Text Example
White with #5A001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A001B; }
p { color: rgb(90,0,27); }
H1.HeaderClassName
{
color: #5A001B;
}
.AnyTagClassName
{
color: #5A001B;
}
</style>
background-color css
<style>
a { background-color: #5A001B; }
a { background-color: rgb(90,0,27); }
div.DivClassName
{
background-color: #5A001B;
}
.BgClassName
{
background-color: #5A001B;
}
</style>
border-color css
<style>
span { border-color: #5A001B; }
span { border-color: rgb(90,0,27); }
td.TdClassName
{
border-color: #5A001B;
}
.TagClassName
{
border-color: #5A001B;
}
</style>