Shades of Red Oxide #540902
Tints of Red Oxide #540902
RGB
CMYK
RGB Variations
Color information
#540902 (or 0x540902) is known color: Red Oxide. HEX triplet: 54, 09 and 02. RGB value is (84,9,2). Sum of RGB (Red+Green+Blue) = 84+9+2=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540902 is #ABF6FD. Grayscale: #1E1E1E. Windows color (decimal): -11269886 or 133460. OLE color: 133460.
HSL color Cylindrical-coordinate representation of color #540902: hue angle of 5.12º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540902 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 2 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.67 |
| HSL | 5.12º | 0.95% | 0.17% | - |
| HSV(B) | 5.12º | 0.98% | 0.33% | - |
| XYZ | 3.76 | 2.08 | 0.26 | - |
| YUV | 30.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 2 | 0 | 0.89 | 0.98 | 0.67 | 5.12 | 0.95 | 0.17 |
| Hex | 54 | 9 | 2 | 0 | 59 | 62 | 43 | 5 | 5F | 11 |
| Octal | 124 | 11 | 2 | 0 | 131 | 142 | 103 | 5 | 137 | 21 |
| Binary | 1010100 | 1001 | 10 | 0 | 1011001 | 1100010 | 1000011 | 101 | 1011111 | 10001 |
Color Harmonies of #540902
Complementary color
Monochromatic Colors of #540902
Black with #540902
Text Example
Text Example
White with #540902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540902; }
p { color: rgb(84,9,2); }
H1.HeaderClassName
{
color: #540902;
}
.AnyTagClassName
{
color: #540902;
}
</style>
background-color css
<style>
a { background-color: #540902; }
a { background-color: rgb(84,9,2); }
div.DivClassName
{
background-color: #540902;
}
.BgClassName
{
background-color: #540902;
}
</style>
border-color css
<style>
span { border-color: #540902; }
span { border-color: rgb(84,9,2); }
td.TdClassName
{
border-color: #540902;
}
.TagClassName
{
border-color: #540902;
}
</style>