Shades of Red Oxide #540F0B
Tints of Red Oxide #540F0B
RGB
CMYK
RGB Variations
Color information
#540F0B (or 0x540F0B) is known color: Red Oxide. HEX triplet: 54, 0F and 0B. RGB value is (84,15,11). Sum of RGB (Red+Green+Blue) = 84+15+11=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #540F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F0B is #ABF0F4. Grayscale: #232323. Windows color (decimal): -11268341 or 724820. OLE color: 724820.
HSL color Cylindrical-coordinate representation of color #540F0B: hue angle of 3.29º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540F0B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 11 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.67 |
| HSL | 3.29º | 0.77% | 0.19% | - |
| HSV(B) | 3.29º | 0.87% | 0.33% | - |
| XYZ | 3.89 | 2.25 | 0.55 | - |
| YUV | 35.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 11 | 0 | 0.82 | 0.87 | 0.67 | 3.29 | 0.77 | 0.19 |
| Hex | 54 | F | B | 0 | 52 | 57 | 43 | 3 | 4D | 13 |
| Octal | 124 | 17 | 13 | 0 | 122 | 127 | 103 | 3 | 115 | 23 |
| Binary | 1010100 | 1111 | 1011 | 0 | 1010010 | 1010111 | 1000011 | 11 | 1001101 | 10011 |
Color Harmonies of #540F0B
Complementary color
Monochromatic Colors of #540F0B
Black with #540F0B
Text Example
Text Example
White with #540F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F0B; }
p { color: rgb(84,15,11); }
H1.HeaderClassName
{
color: #540F0B;
}
.AnyTagClassName
{
color: #540F0B;
}
</style>
background-color css
<style>
a { background-color: #540F0B; }
a { background-color: rgb(84,15,11); }
div.DivClassName
{
background-color: #540F0B;
}
.BgClassName
{
background-color: #540F0B;
}
</style>
border-color css
<style>
span { border-color: #540F0B; }
span { border-color: rgb(84,15,11); }
td.TdClassName
{
border-color: #540F0B;
}
.TagClassName
{
border-color: #540F0B;
}
</style>