Shades of Maroon #540000
Tints of Maroon #540000
RGB
CMYK
RGB Variations
Color information
#540000 (or 0x540000) is known color: Maroon. HEX triplet: 54, 00 and 00. RGB value is (84,0,0). Sum of RGB (Red+Green+Blue) = 84+0+0=84 (11% of max value = 765). Red value is 84 (33.20% from 255 or 100% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 84 - color contains mainly: red. Hex color #540000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540000 is #ABFFFF. Grayscale: #191919. Windows color (decimal): -11272192 or 84. OLE color: 84.
HSL color Cylindrical-coordinate representation of color #540000: hue angle of 0º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.67 |
| HSL | 0º | 1% | 0.16% | - |
| HSV(B) | 0º | 1% | 0.33% | - |
| XYZ | 3.66 | 1.88 | 0.17 | - |
| YUV | 25.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 0 | 0 | 1 | 1 | 0.67 | 0 | 1 | 0.16 |
| Hex | 54 | 0 | 0 | 0 | 64 | 64 | 43 | 0 | 64 | 10 |
| Octal | 124 | 0 | 0 | 0 | 144 | 144 | 103 | 0 | 144 | 20 |
| Binary | 1010100 | 0 | 0 | 0 | 1100100 | 1100100 | 1000011 | 0 | 1100100 | 10000 |
Color Harmonies of #540000
Complementary color
Monochromatic Colors of #540000
Black with #540000
Text Example
Text Example
White with #540000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540000; }
p { color: rgb(84,0,0); }
H1.HeaderClassName
{
color: #540000;
}
.AnyTagClassName
{
color: #540000;
}
</style>
background-color css
<style>
a { background-color: #540000; }
a { background-color: rgb(84,0,0); }
div.DivClassName
{
background-color: #540000;
}
.BgClassName
{
background-color: #540000;
}
</style>
border-color css
<style>
span { border-color: #540000; }
span { border-color: rgb(84,0,0); }
td.TdClassName
{
border-color: #540000;
}
.TagClassName
{
border-color: #540000;
}
</style>