Shades of Bordeaux #54071B
Tints of Bordeaux #54071B
RGB
CMYK
RGB Variations
Color information
#54071B (or 0x54071B) is known color: Bordeaux. HEX triplet: 54, 07 and 1B. RGB value is (84,7,27). Sum of RGB (Red+Green+Blue) = 84+7+27=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54071B is #ABF8E4. Grayscale: #202020. Windows color (decimal): -11270373 or 1771348. OLE color: 1771348.
HSL color Cylindrical-coordinate representation of color #54071B: hue angle of 344.42º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54071B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 27 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.67 |
| HSL | 344.42º | 0.85% | 0.18% | - |
| HSV(B) | 344.42º | 0.92% | 0.33% | - |
| XYZ | 3.93 | 2.12 | 1.24 | - |
| YUV | 32.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 27 | 0 | 0.92 | 0.68 | 0.67 | 344.42 | 0.85 | 0.18 |
| Hex | 54 | 7 | 1B | 0 | 5C | 44 | 43 | 158 | 55 | 12 |
| Octal | 124 | 7 | 33 | 0 | 134 | 104 | 103 | 530 | 125 | 22 |
| Binary | 1010100 | 111 | 11011 | 0 | 1011100 | 1000100 | 1000011 | 101011000 | 1010101 | 10010 |
Color Harmonies of #54071B
Complementary color
Monochromatic Colors of #54071B
Black with #54071B
Text Example
Text Example
White with #54071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54071B; }
p { color: rgb(84,7,27); }
H1.HeaderClassName
{
color: #54071B;
}
.AnyTagClassName
{
color: #54071B;
}
</style>
background-color css
<style>
a { background-color: #54071B; }
a { background-color: rgb(84,7,27); }
div.DivClassName
{
background-color: #54071B;
}
.BgClassName
{
background-color: #54071B;
}
</style>
border-color css
<style>
span { border-color: #54071B; }
span { border-color: rgb(84,7,27); }
td.TdClassName
{
border-color: #54071B;
}
.TagClassName
{
border-color: #54071B;
}
</style>