Shades of Bordeaux #54030C
Tints of Bordeaux #54030C
RGB
CMYK
RGB Variations
Color information
#54030C (or 0x54030C) is known color: Bordeaux. HEX triplet: 54, 03 and 0C. RGB value is (84,3,12). Sum of RGB (Red+Green+Blue) = 84+3+12=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #54030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030C is #ABFCF3. Grayscale: #1C1C1C. Windows color (decimal): -11271412 or 787284. OLE color: 787284.
HSL color Cylindrical-coordinate representation of color #54030C: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54030C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 12 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.67 |
| HSL | 353.33º | 0.93% | 0.17% | - |
| HSV(B) | 353.33º | 0.96% | 0.33% | - |
| XYZ | 3.76 | 1.98 | 0.53 | - |
| YUV | 28.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 12 | 0 | 0.96 | 0.86 | 0.67 | 353.33 | 0.93 | 0.17 |
| Hex | 54 | 3 | C | 0 | 60 | 56 | 43 | 161 | 5D | 11 |
| Octal | 124 | 3 | 14 | 0 | 140 | 126 | 103 | 541 | 135 | 21 |
| Binary | 1010100 | 11 | 1100 | 0 | 1100000 | 1010110 | 1000011 | 101100001 | 1011101 | 10001 |
Color Harmonies of #54030C
Complementary color
Monochromatic Colors of #54030C
Black with #54030C
Text Example
Text Example
White with #54030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54030C; }
p { color: rgb(84,3,12); }
H1.HeaderClassName
{
color: #54030C;
}
.AnyTagClassName
{
color: #54030C;
}
</style>
background-color css
<style>
a { background-color: #54030C; }
a { background-color: rgb(84,3,12); }
div.DivClassName
{
background-color: #54030C;
}
.BgClassName
{
background-color: #54030C;
}
</style>
border-color css
<style>
span { border-color: #54030C; }
span { border-color: rgb(84,3,12); }
td.TdClassName
{
border-color: #54030C;
}
.TagClassName
{
border-color: #54030C;
}
</style>