Shades of Bordeaux #54080F
Tints of Bordeaux #54080F
RGB
CMYK
RGB Variations
Color information
#54080F (or 0x54080F) is known color: Bordeaux. HEX triplet: 54, 08 and 0F. RGB value is (84,8,15). Sum of RGB (Red+Green+Blue) = 84+8+15=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #54080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54080F is #ABF7F0. Grayscale: #1F1F1F. Windows color (decimal): -11270129 or 985172. OLE color: 985172.
HSL color Cylindrical-coordinate representation of color #54080F: hue angle of 354.47º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54080F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 15 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.67 |
| HSL | 354.47º | 0.83% | 0.18% | - |
| HSV(B) | 354.47º | 0.9% | 0.33% | - |
| XYZ | 3.83 | 2.09 | 0.65 | - |
| YUV | 31.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 15 | 0 | 0.90 | 0.82 | 0.67 | 354.47 | 0.83 | 0.18 |
| Hex | 54 | 8 | F | 0 | 5A | 52 | 43 | 162 | 53 | 12 |
| Octal | 124 | 10 | 17 | 0 | 132 | 122 | 103 | 542 | 123 | 22 |
| Binary | 1010100 | 1000 | 1111 | 0 | 1011010 | 1010010 | 1000011 | 101100010 | 1010011 | 10010 |
Color Harmonies of #54080F
Complementary color
Monochromatic Colors of #54080F
Black with #54080F
Text Example
Text Example
White with #54080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54080F; }
p { color: rgb(84,8,15); }
H1.HeaderClassName
{
color: #54080F;
}
.AnyTagClassName
{
color: #54080F;
}
</style>
background-color css
<style>
a { background-color: #54080F; }
a { background-color: rgb(84,8,15); }
div.DivClassName
{
background-color: #54080F;
}
.BgClassName
{
background-color: #54080F;
}
</style>
border-color css
<style>
span { border-color: #54080F; }
span { border-color: rgb(84,8,15); }
td.TdClassName
{
border-color: #54080F;
}
.TagClassName
{
border-color: #54080F;
}
</style>