Shades of Bordeaux #54070D
Tints of Bordeaux #54070D
RGB
CMYK
RGB Variations
Color information
#54070D (or 0x54070D) is known color: Bordeaux. HEX triplet: 54, 07 and 0D. RGB value is (84,7,13). Sum of RGB (Red+Green+Blue) = 84+7+13=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #54070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54070D is #ABF8F2. Grayscale: #1E1E1E. Windows color (decimal): -11270387 or 853844. OLE color: 853844.
HSL color Cylindrical-coordinate representation of color #54070D: hue angle of 355.32º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54070D is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 13 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.67 |
| HSL | 355.32º | 0.85% | 0.18% | - |
| HSV(B) | 355.32º | 0.92% | 0.33% | - |
| XYZ | 3.8 | 2.07 | 0.58 | - |
| YUV | 30.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 13 | 0 | 0.92 | 0.85 | 0.67 | 355.32 | 0.85 | 0.18 |
| Hex | 54 | 7 | D | 0 | 5C | 55 | 43 | 163 | 55 | 12 |
| Octal | 124 | 7 | 15 | 0 | 134 | 125 | 103 | 543 | 125 | 22 |
| Binary | 1010100 | 111 | 1101 | 0 | 1011100 | 1010101 | 1000011 | 101100011 | 1010101 | 10010 |
Color Harmonies of #54070D
Complementary color
Monochromatic Colors of #54070D
Black with #54070D
Text Example
Text Example
White with #54070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54070D; }
p { color: rgb(84,7,13); }
H1.HeaderClassName
{
color: #54070D;
}
.AnyTagClassName
{
color: #54070D;
}
</style>
background-color css
<style>
a { background-color: #54070D; }
a { background-color: rgb(84,7,13); }
div.DivClassName
{
background-color: #54070D;
}
.BgClassName
{
background-color: #54070D;
}
</style>
border-color css
<style>
span { border-color: #54070D; }
span { border-color: rgb(84,7,13); }
td.TdClassName
{
border-color: #54070D;
}
.TagClassName
{
border-color: #54070D;
}
</style>