Shades of Red Oxide #540802
Tints of Red Oxide #540802
RGB
CMYK
RGB Variations
Color information
#540802 (or 0x540802) is known color: Red Oxide. HEX triplet: 54, 08 and 02. RGB value is (84,8,2). Sum of RGB (Red+Green+Blue) = 84+8+2=94 (12% of max value = 765). Red value is 84 (33.20% from 255 or 89.36% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 84 - color contains mainly: red. Hex color #540802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540802 is #ABF7FD. Grayscale: #1E1E1E. Windows color (decimal): -11270142 or 133204. OLE color: 133204.
HSL color Cylindrical-coordinate representation of color #540802: hue angle of 4.39º 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 #540802 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.67 |
| HSL | 4.39º | 0.95% | 0.17% | - |
| HSV(B) | 4.39º | 0.98% | 0.33% | - |
| XYZ | 3.75 | 2.06 | 0.26 | - |
| YUV | 30.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 2 | 0 | 0.90 | 0.98 | 0.67 | 4.39 | 0.95 | 0.17 |
| Hex | 54 | 8 | 2 | 0 | 5A | 62 | 43 | 4 | 5F | 11 |
| Octal | 124 | 10 | 2 | 0 | 132 | 142 | 103 | 4 | 137 | 21 |
| Binary | 1010100 | 1000 | 10 | 0 | 1011010 | 1100010 | 1000011 | 100 | 1011111 | 10001 |
Color Harmonies of #540802
Complementary color
Monochromatic Colors of #540802
Black with #540802
Text Example
Text Example
White with #540802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540802; }
p { color: rgb(84,8,2); }
H1.HeaderClassName
{
color: #540802;
}
.AnyTagClassName
{
color: #540802;
}
</style>
background-color css
<style>
a { background-color: #540802; }
a { background-color: rgb(84,8,2); }
div.DivClassName
{
background-color: #540802;
}
.BgClassName
{
background-color: #540802;
}
</style>
border-color css
<style>
span { border-color: #540802; }
span { border-color: rgb(84,8,2); }
td.TdClassName
{
border-color: #540802;
}
.TagClassName
{
border-color: #540802;
}
</style>