Shades of Bordeaux #54010D
Tints of Bordeaux #54010D
RGB
CMYK
RGB Variations
Color information
#54010D (or 0x54010D) is known color: Bordeaux. HEX triplet: 54, 01 and 0D. RGB value is (84,1,13). Sum of RGB (Red+Green+Blue) = 84+1+13=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #54010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54010D is #ABFEF2. Grayscale: #1B1B1B. Windows color (decimal): -11271923 or 852308. OLE color: 852308.
HSL color Cylindrical-coordinate representation of color #54010D: hue angle of 351.33º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54010D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.67 |
| HSL | 351.33º | 0.98% | 0.17% | - |
| HSV(B) | 351.33º | 0.99% | 0.33% | - |
| XYZ | 3.74 | 1.94 | 0.56 | - |
| YUV | 27.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 13 | 0 | 0.99 | 0.85 | 0.67 | 351.33 | 0.98 | 0.17 |
| Hex | 54 | 1 | D | 0 | 63 | 55 | 43 | 15F | 62 | 11 |
| Octal | 124 | 1 | 15 | 0 | 143 | 125 | 103 | 537 | 142 | 21 |
| Binary | 1010100 | 1 | 1101 | 0 | 1100011 | 1010101 | 1000011 | 101011111 | 1100010 | 10001 |
Color Harmonies of #54010D
Complementary color
Monochromatic Colors of #54010D
Black with #54010D
Text Example
Text Example
White with #54010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54010D; }
p { color: rgb(84,1,13); }
H1.HeaderClassName
{
color: #54010D;
}
.AnyTagClassName
{
color: #54010D;
}
</style>
background-color css
<style>
a { background-color: #54010D; }
a { background-color: rgb(84,1,13); }
div.DivClassName
{
background-color: #54010D;
}
.BgClassName
{
background-color: #54010D;
}
</style>
border-color css
<style>
span { border-color: #54010D; }
span { border-color: rgb(84,1,13); }
td.TdClassName
{
border-color: #54010D;
}
.TagClassName
{
border-color: #54010D;
}
</style>