Shades of Red Oxide #540402
Tints of Red Oxide #540402
RGB
CMYK
RGB Variations
Color information
#540402 (or 0x540402) is known color: Red Oxide. HEX triplet: 54, 04 and 02. RGB value is (84,4,2). Sum of RGB (Red+Green+Blue) = 84+4+2=90 (11% of max value = 765). Red value is 84 (33.20% from 255 or 93.33% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 84 - color contains mainly: red. Hex color #540402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540402 is #ABFBFD. Grayscale: #1B1B1B. Windows color (decimal): -11271166 or 132180. OLE color: 132180.
HSL color Cylindrical-coordinate representation of color #540402: hue angle of 1.46º 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 #540402 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 4 | 2 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.67 |
| HSL | 1.46º | 0.95% | 0.17% | - |
| HSV(B) | 1.46º | 0.98% | 0.33% | - |
| XYZ | 3.71 | 1.98 | 0.24 | - |
| YUV | 27.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 2 | 0 | 0.95 | 0.98 | 0.67 | 1.46 | 0.95 | 0.17 |
| Hex | 54 | 4 | 2 | 0 | 5F | 62 | 43 | 1 | 5F | 11 |
| Octal | 124 | 4 | 2 | 0 | 137 | 142 | 103 | 1 | 137 | 21 |
| Binary | 1010100 | 100 | 10 | 0 | 1011111 | 1100010 | 1000011 | 1 | 1011111 | 10001 |
Color Harmonies of #540402
Complementary color
Monochromatic Colors of #540402
Black with #540402
Text Example
Text Example
White with #540402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540402; }
p { color: rgb(84,4,2); }
H1.HeaderClassName
{
color: #540402;
}
.AnyTagClassName
{
color: #540402;
}
</style>
background-color css
<style>
a { background-color: #540402; }
a { background-color: rgb(84,4,2); }
div.DivClassName
{
background-color: #540402;
}
.BgClassName
{
background-color: #540402;
}
</style>
border-color css
<style>
span { border-color: #540402; }
span { border-color: rgb(84,4,2); }
td.TdClassName
{
border-color: #540402;
}
.TagClassName
{
border-color: #540402;
}
</style>