Shades of Bordeaux #54081C
Tints of Bordeaux #54081C
RGB
CMYK
RGB Variations
Color information
#54081C (or 0x54081C) is known color: Bordeaux. HEX triplet: 54, 08 and 1C. RGB value is (84,8,28). Sum of RGB (Red+Green+Blue) = 84+8+28=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #54081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54081C is #ABF7E3. Grayscale: #212121. Windows color (decimal): -11270116 or 1837140. OLE color: 1837140.
HSL color Cylindrical-coordinate representation of color #54081C: hue angle of 344.21º 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 #54081C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 28 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.67 |
| HSL | 344.21º | 0.83% | 0.18% | - |
| HSV(B) | 344.21º | 0.9% | 0.33% | - |
| XYZ | 3.95 | 2.14 | 1.3 | - |
| YUV | 33 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 28 | 0 | 0.90 | 0.67 | 0.67 | 344.21 | 0.83 | 0.18 |
| Hex | 54 | 8 | 1C | 0 | 5A | 43 | 43 | 158 | 53 | 12 |
| Octal | 124 | 10 | 34 | 0 | 132 | 103 | 103 | 530 | 123 | 22 |
| Binary | 1010100 | 1000 | 11100 | 0 | 1011010 | 1000011 | 1000011 | 101011000 | 1010011 | 10010 |
Color Harmonies of #54081C
Complementary color
Monochromatic Colors of #54081C
Black with #54081C
Text Example
Text Example
White with #54081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54081C; }
p { color: rgb(84,8,28); }
H1.HeaderClassName
{
color: #54081C;
}
.AnyTagClassName
{
color: #54081C;
}
</style>
background-color css
<style>
a { background-color: #54081C; }
a { background-color: rgb(84,8,28); }
div.DivClassName
{
background-color: #54081C;
}
.BgClassName
{
background-color: #54081C;
}
</style>
border-color css
<style>
span { border-color: #54081C; }
span { border-color: rgb(84,8,28); }
td.TdClassName
{
border-color: #54081C;
}
.TagClassName
{
border-color: #54081C;
}
</style>