Shades of Bordeaux #54011E
Tints of Bordeaux #54011E
RGB
CMYK
RGB Variations
Color information
#54011E (or 0x54011E) is known color: Bordeaux. HEX triplet: 54, 01 and 1E. RGB value is (84,1,30). Sum of RGB (Red+Green+Blue) = 84+1+30=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54011E is #ABFEE1. Grayscale: #1D1D1D. Windows color (decimal): -11271906 or 1966420. OLE color: 1966420.
HSL color Cylindrical-coordinate representation of color #54011E: hue angle of 339.04º 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 #54011E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.67 |
| HSL | 339.04º | 0.98% | 0.17% | - |
| HSV(B) | 339.04º | 0.99% | 0.33% | - |
| XYZ | 3.9 | 2 | 1.41 | - |
| YUV | 29.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 30 | 0 | 0.99 | 0.64 | 0.67 | 339.04 | 0.98 | 0.17 |
| Hex | 54 | 1 | 1E | 0 | 63 | 40 | 43 | 153 | 62 | 11 |
| Octal | 124 | 1 | 36 | 0 | 143 | 100 | 103 | 523 | 142 | 21 |
| Binary | 1010100 | 1 | 11110 | 0 | 1100011 | 1000000 | 1000011 | 101010011 | 1100010 | 10001 |
Color Harmonies of #54011E
Complementary color
Monochromatic Colors of #54011E
Black with #54011E
Text Example
Text Example
White with #54011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54011E; }
p { color: rgb(84,1,30); }
H1.HeaderClassName
{
color: #54011E;
}
.AnyTagClassName
{
color: #54011E;
}
</style>
background-color css
<style>
a { background-color: #54011E; }
a { background-color: rgb(84,1,30); }
div.DivClassName
{
background-color: #54011E;
}
.BgClassName
{
background-color: #54011E;
}
</style>
border-color css
<style>
span { border-color: #54011E; }
span { border-color: rgb(84,1,30); }
td.TdClassName
{
border-color: #54011E;
}
.TagClassName
{
border-color: #54011E;
}
</style>