Shades of Bordeaux #540111
Tints of Bordeaux #540111
RGB
CMYK
RGB Variations
Color information
#540111 (or 0x540111) is known color: Bordeaux. HEX triplet: 54, 01 and 11. RGB value is (84,1,17). Sum of RGB (Red+Green+Blue) = 84+1+17=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #540111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540111 is #ABFEEE. Grayscale: #1B1B1B. Windows color (decimal): -11271919 or 1114452. OLE color: 1114452.
HSL color Cylindrical-coordinate representation of color #540111: hue angle of 348.43º 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 #540111 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.67 |
| HSL | 348.43º | 0.98% | 0.17% | - |
| HSV(B) | 348.43º | 0.99% | 0.33% | - |
| XYZ | 3.77 | 1.95 | 0.71 | - |
| YUV | 27.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 17 | 0 | 0.99 | 0.80 | 0.67 | 348.43 | 0.98 | 0.17 |
| Hex | 54 | 1 | 11 | 0 | 63 | 50 | 43 | 15C | 62 | 11 |
| Octal | 124 | 1 | 21 | 0 | 143 | 120 | 103 | 534 | 142 | 21 |
| Binary | 1010100 | 1 | 10001 | 0 | 1100011 | 1010000 | 1000011 | 101011100 | 1100010 | 10001 |
Color Harmonies of #540111
Complementary color
Monochromatic Colors of #540111
Black with #540111
Text Example
Text Example
White with #540111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540111; }
p { color: rgb(84,1,17); }
H1.HeaderClassName
{
color: #540111;
}
.AnyTagClassName
{
color: #540111;
}
</style>
background-color css
<style>
a { background-color: #540111; }
a { background-color: rgb(84,1,17); }
div.DivClassName
{
background-color: #540111;
}
.BgClassName
{
background-color: #540111;
}
</style>
border-color css
<style>
span { border-color: #540111; }
span { border-color: rgb(84,1,17); }
td.TdClassName
{
border-color: #540111;
}
.TagClassName
{
border-color: #540111;
}
</style>