Shades of Bordeaux #54060C
Tints of Bordeaux #54060C
RGB
CMYK
RGB Variations
Color information
#54060C (or 0x54060C) is known color: Bordeaux. HEX triplet: 54, 06 and 0C. RGB value is (84,6,12). Sum of RGB (Red+Green+Blue) = 84+6+12=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #54060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54060C is #ABF9F3. Grayscale: #1E1E1E. Windows color (decimal): -11270644 or 788052. OLE color: 788052.
HSL color Cylindrical-coordinate representation of color #54060C: hue angle of 355.38º 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 #54060C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 6 | 12 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.67 |
| HSL | 355.38º | 0.87% | 0.18% | - |
| HSV(B) | 355.38º | 0.93% | 0.33% | - |
| XYZ | 3.79 | 2.04 | 0.54 | - |
| YUV | 30.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 12 | 0 | 0.93 | 0.86 | 0.67 | 355.38 | 0.87 | 0.18 |
| Hex | 54 | 6 | C | 0 | 5D | 56 | 43 | 163 | 57 | 12 |
| Octal | 124 | 6 | 14 | 0 | 135 | 126 | 103 | 543 | 127 | 22 |
| Binary | 1010100 | 110 | 1100 | 0 | 1011101 | 1010110 | 1000011 | 101100011 | 1010111 | 10010 |
Color Harmonies of #54060C
Complementary color
Monochromatic Colors of #54060C
Black with #54060C
Text Example
Text Example
White with #54060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54060C; }
p { color: rgb(84,6,12); }
H1.HeaderClassName
{
color: #54060C;
}
.AnyTagClassName
{
color: #54060C;
}
</style>
background-color css
<style>
a { background-color: #54060C; }
a { background-color: rgb(84,6,12); }
div.DivClassName
{
background-color: #54060C;
}
.BgClassName
{
background-color: #54060C;
}
</style>
border-color css
<style>
span { border-color: #54060C; }
span { border-color: rgb(84,6,12); }
td.TdClassName
{
border-color: #54060C;
}
.TagClassName
{
border-color: #54060C;
}
</style>