Shades of Red Oxide #540300
Tints of Red Oxide #540300
RGB
CMYK
RGB Variations
Color information
#540300 (or 0x540300) is known color: Red Oxide. HEX triplet: 54, 03 and 00. RGB value is (84,3,0). Sum of RGB (Red+Green+Blue) = 84+3+0=87 (11% of max value = 765). Red value is 84 (33.20% from 255 or 96.55% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 84 - color contains mainly: red. Hex color #540300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540300 is #ABFCFF. Grayscale: #1A1A1A. Windows color (decimal): -11271424 or 852. OLE color: 852.
HSL color Cylindrical-coordinate representation of color #540300: hue angle of 2.14º 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 #540300 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.67 |
| HSL | 2.14º | 1% | 0.16% | - |
| HSV(B) | 2.14º | 1% | 0.33% | - |
| XYZ | 3.69 | 1.95 | 0.18 | - |
| YUV | 26.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 0 | 0 | 0.96 | 1 | 0.67 | 2.14 | 1 | 0.16 |
| Hex | 54 | 3 | 0 | 0 | 60 | 64 | 43 | 2 | 64 | 10 |
| Octal | 124 | 3 | 0 | 0 | 140 | 144 | 103 | 2 | 144 | 20 |
| Binary | 1010100 | 11 | 0 | 0 | 1100000 | 1100100 | 1000011 | 10 | 1100100 | 10000 |
Color Harmonies of #540300
Complementary color
Monochromatic Colors of #540300
Black with #540300
Text Example
Text Example
White with #540300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540300; }
p { color: rgb(84,3,0); }
H1.HeaderClassName
{
color: #540300;
}
.AnyTagClassName
{
color: #540300;
}
</style>
background-color css
<style>
a { background-color: #540300; }
a { background-color: rgb(84,3,0); }
div.DivClassName
{
background-color: #540300;
}
.BgClassName
{
background-color: #540300;
}
</style>
border-color css
<style>
span { border-color: #540300; }
span { border-color: rgb(84,3,0); }
td.TdClassName
{
border-color: #540300;
}
.TagClassName
{
border-color: #540300;
}
</style>