Shades of Bordeaux #5A001A
Tints of Bordeaux #5A001A
RGB
CMYK
RGB Variations
Color information
#5A001A (or 0x5A001A) is known color: Bordeaux. HEX triplet: 5A, 00 and 1A. RGB value is (90,0,26). Sum of RGB (Red+Green+Blue) = 90+0+26=116 (15% of max value = 765). Red value is 90 (35.55% from 255 or 77.59% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 90 - color contains mainly: red. Hex color #5A001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A001A is #A5FFE5. Grayscale: #1D1D1D. Windows color (decimal): -10878950 or 1704026. OLE color: 1704026.
HSL color Cylindrical-coordinate representation of color #5A001A: hue angle of 342.67º 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 #5A001A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.71 | 0.65 |
| HSL | 342.67º | 1% | 0.18% | - |
| HSV(B) | 342.67º | 1% | 0.35% | - |
| XYZ | 4.4 | 2.25 | 1.18 | - |
| YUV | 29.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 26 | 0 | 1 | 0.71 | 0.65 | 342.67 | 1 | 0.18 |
| Hex | 5A | 0 | 1A | 0 | 64 | 47 | 41 | 157 | 64 | 12 |
| Octal | 132 | 0 | 32 | 0 | 144 | 107 | 101 | 527 | 144 | 22 |
| Binary | 1011010 | 0 | 11010 | 0 | 1100100 | 1000111 | 1000001 | 101010111 | 1100100 | 10010 |
Color Harmonies of #5A001A
Complementary color
Monochromatic Colors of #5A001A
Black with #5A001A
Text Example
Text Example
White with #5A001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A001A; }
p { color: rgb(90,0,26); }
H1.HeaderClassName
{
color: #5A001A;
}
.AnyTagClassName
{
color: #5A001A;
}
</style>
background-color css
<style>
a { background-color: #5A001A; }
a { background-color: rgb(90,0,26); }
div.DivClassName
{
background-color: #5A001A;
}
.BgClassName
{
background-color: #5A001A;
}
</style>
border-color css
<style>
span { border-color: #5A001A; }
span { border-color: rgb(90,0,26); }
td.TdClassName
{
border-color: #5A001A;
}
.TagClassName
{
border-color: #5A001A;
}
</style>