Shades of Red Oxide #540A08
Tints of Red Oxide #540A08
RGB
CMYK
RGB Variations
Color information
#540A08 (or 0x540A08) is known color: Red Oxide. HEX triplet: 54, 0A and 08. RGB value is (84,10,8). Sum of RGB (Red+Green+Blue) = 84+10+8=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #540A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A08 is #ABF5F7. Grayscale: #1F1F1F. Windows color (decimal): -11269624 or 526932. OLE color: 526932.
HSL color Cylindrical-coordinate representation of color #540A08: hue angle of 1.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540A08 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 8 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.67 |
| HSL | 1.58º | 0.83% | 0.18% | - |
| HSV(B) | 1.58º | 0.9% | 0.33% | - |
| XYZ | 3.81 | 2.12 | 0.44 | - |
| YUV | 31.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 8 | 0 | 0.88 | 0.90 | 0.67 | 1.58 | 0.83 | 0.18 |
| Hex | 54 | A | 8 | 0 | 58 | 5A | 43 | 2 | 53 | 12 |
| Octal | 124 | 12 | 10 | 0 | 130 | 132 | 103 | 2 | 123 | 22 |
| Binary | 1010100 | 1010 | 1000 | 0 | 1011000 | 1011010 | 1000011 | 10 | 1010011 | 10010 |
Color Harmonies of #540A08
Complementary color
Monochromatic Colors of #540A08
Black with #540A08
Text Example
Text Example
White with #540A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A08; }
p { color: rgb(84,10,8); }
H1.HeaderClassName
{
color: #540A08;
}
.AnyTagClassName
{
color: #540A08;
}
</style>
background-color css
<style>
a { background-color: #540A08; }
a { background-color: rgb(84,10,8); }
div.DivClassName
{
background-color: #540A08;
}
.BgClassName
{
background-color: #540A08;
}
</style>
border-color css
<style>
span { border-color: #540A08; }
span { border-color: rgb(84,10,8); }
td.TdClassName
{
border-color: #540A08;
}
.TagClassName
{
border-color: #540A08;
}
</style>