Shades of Bordeaux #54000D
Tints of Bordeaux #54000D
RGB
CMYK
RGB Variations
Color information
#54000D (or 0x54000D) is known color: Bordeaux. HEX triplet: 54, 00 and 0D. RGB value is (84,0,13). Sum of RGB (Red+Green+Blue) = 84+0+13=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #54000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54000D is #ABFFF2. Grayscale: #1A1A1A. Windows color (decimal): -11272179 or 852052. OLE color: 852052.
HSL color Cylindrical-coordinate representation of color #54000D: hue angle of 350.71º 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 #54000D is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.85 | 0.67 |
| HSL | 350.71º | 1% | 0.16% | - |
| HSV(B) | 350.71º | 1% | 0.33% | - |
| XYZ | 3.73 | 1.91 | 0.55 | - |
| YUV | 26.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 13 | 0 | 1 | 0.85 | 0.67 | 350.71 | 1 | 0.16 |
| Hex | 54 | 0 | D | 0 | 64 | 55 | 43 | 15F | 64 | 10 |
| Octal | 124 | 0 | 15 | 0 | 144 | 125 | 103 | 537 | 144 | 20 |
| Binary | 1010100 | 0 | 1101 | 0 | 1100100 | 1010101 | 1000011 | 101011111 | 1100100 | 10000 |
Color Harmonies of #54000D
Complementary color
Monochromatic Colors of #54000D
Black with #54000D
Text Example
Text Example
White with #54000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54000D; }
p { color: rgb(84,0,13); }
H1.HeaderClassName
{
color: #54000D;
}
.AnyTagClassName
{
color: #54000D;
}
</style>
background-color css
<style>
a { background-color: #54000D; }
a { background-color: rgb(84,0,13); }
div.DivClassName
{
background-color: #54000D;
}
.BgClassName
{
background-color: #54000D;
}
</style>
border-color css
<style>
span { border-color: #54000D; }
span { border-color: rgb(84,0,13); }
td.TdClassName
{
border-color: #54000D;
}
.TagClassName
{
border-color: #54000D;
}
</style>