Shades of Red Oxide #540D08
Tints of Red Oxide #540D08
RGB
CMYK
RGB Variations
Color information
#540D08 (or 0x540D08) is known color: Red Oxide. HEX triplet: 54, 0D and 08. RGB value is (84,13,8). Sum of RGB (Red+Green+Blue) = 84+13+8=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D08 is #ABF2F7. Grayscale: #212121. Windows color (decimal): -11268856 or 527700. OLE color: 527700.
HSL color Cylindrical-coordinate representation of color #540D08: hue angle of 3.95º 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 #540D08 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 8 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.67 |
| HSL | 3.95º | 0.83% | 0.18% | - |
| HSV(B) | 3.95º | 0.9% | 0.33% | - |
| XYZ | 3.84 | 2.19 | 0.45 | - |
| YUV | 33.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 8 | 0 | 0.85 | 0.90 | 0.67 | 3.95 | 0.83 | 0.18 |
| Hex | 54 | D | 8 | 0 | 55 | 5A | 43 | 4 | 53 | 12 |
| Octal | 124 | 15 | 10 | 0 | 125 | 132 | 103 | 4 | 123 | 22 |
| Binary | 1010100 | 1101 | 1000 | 0 | 1010101 | 1011010 | 1000011 | 100 | 1010011 | 10010 |
Color Harmonies of #540D08
Complementary color
Monochromatic Colors of #540D08
Black with #540D08
Text Example
Text Example
White with #540D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D08; }
p { color: rgb(84,13,8); }
H1.HeaderClassName
{
color: #540D08;
}
.AnyTagClassName
{
color: #540D08;
}
</style>
background-color css
<style>
a { background-color: #540D08; }
a { background-color: rgb(84,13,8); }
div.DivClassName
{
background-color: #540D08;
}
.BgClassName
{
background-color: #540D08;
}
</style>
border-color css
<style>
span { border-color: #540D08; }
span { border-color: rgb(84,13,8); }
td.TdClassName
{
border-color: #540D08;
}
.TagClassName
{
border-color: #540D08;
}
</style>