Shades of Bordeaux #54010B
Tints of Bordeaux #54010B
RGB
CMYK
RGB Variations
Color information
#54010B (or 0x54010B) is known color: Bordeaux. HEX triplet: 54, 01 and 0B. RGB value is (84,1,11). Sum of RGB (Red+Green+Blue) = 84+1+11=96 (12% of max value = 765). Red value is 84 (33.20% from 255 or 87.5% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 84 - color contains mainly: red. Hex color #54010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54010B is #ABFEF4. Grayscale: #1B1B1B. Windows color (decimal): -11271925 or 721236. OLE color: 721236.
HSL color Cylindrical-coordinate representation of color #54010B: hue angle of 352.77º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54010B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.67 |
| HSL | 352.77º | 0.98% | 0.17% | - |
| HSV(B) | 352.77º | 0.99% | 0.33% | - |
| XYZ | 3.73 | 1.93 | 0.49 | - |
| YUV | 26.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 11 | 0 | 0.99 | 0.87 | 0.67 | 352.77 | 0.98 | 0.17 |
| Hex | 54 | 1 | B | 0 | 63 | 57 | 43 | 161 | 62 | 11 |
| Octal | 124 | 1 | 13 | 0 | 143 | 127 | 103 | 541 | 142 | 21 |
| Binary | 1010100 | 1 | 1011 | 0 | 1100011 | 1010111 | 1000011 | 101100001 | 1100010 | 10001 |
Color Harmonies of #54010B
Complementary color
Monochromatic Colors of #54010B
Black with #54010B
Text Example
Text Example
White with #54010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54010B; }
p { color: rgb(84,1,11); }
H1.HeaderClassName
{
color: #54010B;
}
.AnyTagClassName
{
color: #54010B;
}
</style>
background-color css
<style>
a { background-color: #54010B; }
a { background-color: rgb(84,1,11); }
div.DivClassName
{
background-color: #54010B;
}
.BgClassName
{
background-color: #54010B;
}
</style>
border-color css
<style>
span { border-color: #54010B; }
span { border-color: rgb(84,1,11); }
td.TdClassName
{
border-color: #54010B;
}
.TagClassName
{
border-color: #54010B;
}
</style>