Shades of Red Oxide #540100
Tints of Red Oxide #540100
RGB
CMYK
RGB Variations
Color information
#540100 (or 0x540100) is known color: Red Oxide. HEX triplet: 54, 01 and 00. RGB value is (84,1,0). Sum of RGB (Red+Green+Blue) = 84+1+0=85 (11% of max value = 765). Red value is 84 (33.20% from 255 or 98.82% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 84 - color contains mainly: red. Hex color #540100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540100 is #ABFEFF. Grayscale: #191919. Windows color (decimal): -11271936 or 340. OLE color: 340.
HSL color Cylindrical-coordinate representation of color #540100: hue angle of 0.71º 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 #540100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.67 |
| HSL | 0.71º | 1% | 0.16% | - |
| HSV(B) | 0.71º | 1% | 0.33% | - |
| XYZ | 3.67 | 1.91 | 0.17 | - |
| YUV | 25.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 0 | 0 | 0.99 | 1 | 0.67 | 0.71 | 1 | 0.16 |
| Hex | 54 | 1 | 0 | 0 | 63 | 64 | 43 | 1 | 64 | 10 |
| Octal | 124 | 1 | 0 | 0 | 143 | 144 | 103 | 1 | 144 | 20 |
| Binary | 1010100 | 1 | 0 | 0 | 1100011 | 1100100 | 1000011 | 1 | 1100100 | 10000 |
Color Harmonies of #540100
Complementary color
Monochromatic Colors of #540100
Black with #540100
Text Example
Text Example
White with #540100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540100; }
p { color: rgb(84,1,0); }
H1.HeaderClassName
{
color: #540100;
}
.AnyTagClassName
{
color: #540100;
}
</style>
background-color css
<style>
a { background-color: #540100; }
a { background-color: rgb(84,1,0); }
div.DivClassName
{
background-color: #540100;
}
.BgClassName
{
background-color: #540100;
}
</style>
border-color css
<style>
span { border-color: #540100; }
span { border-color: rgb(84,1,0); }
td.TdClassName
{
border-color: #540100;
}
.TagClassName
{
border-color: #540100;
}
</style>