Shades of Bordeaux #54061F
Tints of Bordeaux #54061F
RGB
CMYK
RGB Variations
Color information
#54061F (or 0x54061F) is known color: Bordeaux. HEX triplet: 54, 06 and 1F. RGB value is (84,6,31). Sum of RGB (Red+Green+Blue) = 84+6+31=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061F is #ABF9E0. Grayscale: #202020. Windows color (decimal): -11270625 or 2033236. OLE color: 2033236.
HSL color Cylindrical-coordinate representation of color #54061F: hue angle of 340.77º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54061F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 6 | 31 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.67 |
| HSL | 340.77º | 0.87% | 0.18% | - |
| HSV(B) | 340.77º | 0.93% | 0.33% | - |
| XYZ | 3.97 | 2.11 | 1.5 | - |
| YUV | 32.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 31 | 0 | 0.93 | 0.63 | 0.67 | 340.77 | 0.87 | 0.18 |
| Hex | 54 | 6 | 1F | 0 | 5D | 3F | 43 | 155 | 57 | 12 |
| Octal | 124 | 6 | 37 | 0 | 135 | 77 | 103 | 525 | 127 | 22 |
| Binary | 1010100 | 110 | 11111 | 0 | 1011101 | 111111 | 1000011 | 101010101 | 1010111 | 10010 |
Color Harmonies of #54061F
Complementary color
Monochromatic Colors of #54061F
Black with #54061F
Text Example
Text Example
White with #54061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54061F; }
p { color: rgb(84,6,31); }
H1.HeaderClassName
{
color: #54061F;
}
.AnyTagClassName
{
color: #54061F;
}
</style>
background-color css
<style>
a { background-color: #54061F; }
a { background-color: rgb(84,6,31); }
div.DivClassName
{
background-color: #54061F;
}
.BgClassName
{
background-color: #54061F;
}
</style>
border-color css
<style>
span { border-color: #54061F; }
span { border-color: rgb(84,6,31); }
td.TdClassName
{
border-color: #54061F;
}
.TagClassName
{
border-color: #54061F;
}
</style>