Shades of Bordeaux #54030B
Tints of Bordeaux #54030B
RGB
CMYK
RGB Variations
Color information
#54030B (or 0x54030B) is known color: Bordeaux. HEX triplet: 54, 03 and 0B. RGB value is (84,3,11). Sum of RGB (Red+Green+Blue) = 84+3+11=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #54030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030B is #ABFCF4. Grayscale: #1C1C1C. Windows color (decimal): -11271413 or 721748. OLE color: 721748.
HSL color Cylindrical-coordinate representation of color #54030B: hue angle of 354.07º 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 #54030B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 11 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.67 |
| HSL | 354.07º | 0.93% | 0.17% | - |
| HSV(B) | 354.07º | 0.96% | 0.33% | - |
| XYZ | 3.75 | 1.97 | 0.5 | - |
| YUV | 28.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 11 | 0 | 0.96 | 0.87 | 0.67 | 354.07 | 0.93 | 0.17 |
| Hex | 54 | 3 | B | 0 | 60 | 57 | 43 | 162 | 5D | 11 |
| Octal | 124 | 3 | 13 | 0 | 140 | 127 | 103 | 542 | 135 | 21 |
| Binary | 1010100 | 11 | 1011 | 0 | 1100000 | 1010111 | 1000011 | 101100010 | 1011101 | 10001 |
Color Harmonies of #54030B
Complementary color
Monochromatic Colors of #54030B
Black with #54030B
Text Example
Text Example
White with #54030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54030B; }
p { color: rgb(84,3,11); }
H1.HeaderClassName
{
color: #54030B;
}
.AnyTagClassName
{
color: #54030B;
}
</style>
background-color css
<style>
a { background-color: #54030B; }
a { background-color: rgb(84,3,11); }
div.DivClassName
{
background-color: #54030B;
}
.BgClassName
{
background-color: #54030B;
}
</style>
border-color css
<style>
span { border-color: #54030B; }
span { border-color: rgb(84,3,11); }
td.TdClassName
{
border-color: #54030B;
}
.TagClassName
{
border-color: #54030B;
}
</style>