Shades of Red Oxide #540505
Tints of Red Oxide #540505
RGB
CMYK
RGB Variations
Color information
#540505 (or 0x540505) is known color: Red Oxide. HEX triplet: 54, 05 and 05. RGB value is (84,5,5). Sum of RGB (Red+Green+Blue) = 84+5+5=94 (12% of max value = 765). Red value is 84 (33.20% from 255 or 89.36% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 84 - color contains mainly: red. Hex color #540505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540505 is #ABFAFA. Grayscale: #1C1C1C. Windows color (decimal): -11270907 or 329044. OLE color: 329044.
HSL color Cylindrical-coordinate representation of color #540505: hue angle of 0º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540505 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 5 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.67 |
| HSL | 0º | 0.89% | 0.17% | - |
| HSV(B) | 0º | 0.94% | 0.33% | - |
| XYZ | 3.74 | 2 | 0.33 | - |
| YUV | 28.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 5 | 0 | 0.94 | 0.94 | 0.67 | 0 | 0.89 | 0.17 |
| Hex | 54 | 5 | 5 | 0 | 5E | 5E | 43 | 0 | 59 | 11 |
| Octal | 124 | 5 | 5 | 0 | 136 | 136 | 103 | 0 | 131 | 21 |
| Binary | 1010100 | 101 | 101 | 0 | 1011110 | 1011110 | 1000011 | 0 | 1011001 | 10001 |
Color Harmonies of #540505
Complementary color
Monochromatic Colors of #540505
Black with #540505
Text Example
Text Example
White with #540505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540505; }
p { color: rgb(84,5,5); }
H1.HeaderClassName
{
color: #540505;
}
.AnyTagClassName
{
color: #540505;
}
</style>
background-color css
<style>
a { background-color: #540505; }
a { background-color: rgb(84,5,5); }
div.DivClassName
{
background-color: #540505;
}
.BgClassName
{
background-color: #540505;
}
</style>
border-color css
<style>
span { border-color: #540505; }
span { border-color: rgb(84,5,5); }
td.TdClassName
{
border-color: #540505;
}
.TagClassName
{
border-color: #540505;
}
</style>