Shades of Bordeaux #54050C
Tints of Bordeaux #54050C
RGB
CMYK
RGB Variations
Color information
#54050C (or 0x54050C) is known color: Bordeaux. HEX triplet: 54, 05 and 0C. RGB value is (84,5,12). Sum of RGB (Red+Green+Blue) = 84+5+12=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #54050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54050C is #ABFAF3. Grayscale: #1D1D1D. Windows color (decimal): -11270900 or 787796. OLE color: 787796.
HSL color Cylindrical-coordinate representation of color #54050C: hue angle of 354.68º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54050C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 12 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.67 |
| HSL | 354.68º | 0.89% | 0.17% | - |
| HSV(B) | 354.68º | 0.94% | 0.33% | - |
| XYZ | 3.78 | 2.02 | 0.54 | - |
| YUV | 29.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 12 | 0 | 0.94 | 0.86 | 0.67 | 354.68 | 0.89 | 0.17 |
| Hex | 54 | 5 | C | 0 | 5E | 56 | 43 | 163 | 59 | 11 |
| Octal | 124 | 5 | 14 | 0 | 136 | 126 | 103 | 543 | 131 | 21 |
| Binary | 1010100 | 101 | 1100 | 0 | 1011110 | 1010110 | 1000011 | 101100011 | 1011001 | 10001 |
Color Harmonies of #54050C
Complementary color
Monochromatic Colors of #54050C
Black with #54050C
Text Example
Text Example
White with #54050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54050C; }
p { color: rgb(84,5,12); }
H1.HeaderClassName
{
color: #54050C;
}
.AnyTagClassName
{
color: #54050C;
}
</style>
background-color css
<style>
a { background-color: #54050C; }
a { background-color: rgb(84,5,12); }
div.DivClassName
{
background-color: #54050C;
}
.BgClassName
{
background-color: #54050C;
}
</style>
border-color css
<style>
span { border-color: #54050C; }
span { border-color: rgb(84,5,12); }
td.TdClassName
{
border-color: #54050C;
}
.TagClassName
{
border-color: #54050C;
}
</style>