Shades of Bordeaux #54000B
Tints of Bordeaux #54000B
RGB
CMYK
RGB Variations
Color information
#54000B (or 0x54000B) is known color: Bordeaux. HEX triplet: 54, 00 and 0B. RGB value is (84,0,11). Sum of RGB (Red+Green+Blue) = 84+0+11=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #54000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54000B is #ABFFF4. Grayscale: #1A1A1A. Windows color (decimal): -11272181 or 720980. OLE color: 720980.
HSL color Cylindrical-coordinate representation of color #54000B: hue angle of 352.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54000B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.87 | 0.67 |
| HSL | 352.14º | 1% | 0.16% | - |
| HSV(B) | 352.14º | 1% | 0.33% | - |
| XYZ | 3.72 | 1.91 | 0.49 | - |
| YUV | 26.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 11 | 0 | 1 | 0.87 | 0.67 | 352.14 | 1 | 0.16 |
| Hex | 54 | 0 | B | 0 | 64 | 57 | 43 | 160 | 64 | 10 |
| Octal | 124 | 0 | 13 | 0 | 144 | 127 | 103 | 540 | 144 | 20 |
| Binary | 1010100 | 0 | 1011 | 0 | 1100100 | 1010111 | 1000011 | 101100000 | 1100100 | 10000 |
Color Harmonies of #54000B
Complementary color
Monochromatic Colors of #54000B
Black with #54000B
Text Example
Text Example
White with #54000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54000B; }
p { color: rgb(84,0,11); }
H1.HeaderClassName
{
color: #54000B;
}
.AnyTagClassName
{
color: #54000B;
}
</style>
background-color css
<style>
a { background-color: #54000B; }
a { background-color: rgb(84,0,11); }
div.DivClassName
{
background-color: #54000B;
}
.BgClassName
{
background-color: #54000B;
}
</style>
border-color css
<style>
span { border-color: #54000B; }
span { border-color: rgb(84,0,11); }
td.TdClassName
{
border-color: #54000B;
}
.TagClassName
{
border-color: #54000B;
}
</style>