Shades of Red Oxide #550F00
Tints of Red Oxide #550F00
RGB
CMYK
RGB Variations
Color information
#550F00 (or 0x550F00) is known color: Red Oxide. HEX triplet: 55, 0F and 00. RGB value is (85,15,0). Sum of RGB (Red+Green+Blue) = 85+15+0=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #550F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F00 is #AAF0FF. Grayscale: #222222. Windows color (decimal): -11202816 or 3925. OLE color: 3925.
HSL color Cylindrical-coordinate representation of color #550F00: hue angle of 10.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550F00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.67 |
| HSL | 10.59º | 1% | 0.17% | - |
| HSV(B) | 10.59º | 1% | 0.33% | - |
| XYZ | 3.92 | 2.27 | 0.23 | - |
| YUV | 34.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 0 | 0 | 0.82 | 1 | 0.67 | 10.59 | 1 | 0.17 |
| Hex | 55 | F | 0 | 0 | 52 | 64 | 43 | B | 64 | 11 |
| Octal | 125 | 17 | 0 | 0 | 122 | 144 | 103 | 13 | 144 | 21 |
| Binary | 1010101 | 1111 | 0 | 0 | 1010010 | 1100100 | 1000011 | 1011 | 1100100 | 10001 |
Color Harmonies of #550F00
Complementary color
Monochromatic Colors of #550F00
Black with #550F00
Text Example
Text Example
White with #550F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F00; }
p { color: rgb(85,15,0); }
H1.HeaderClassName
{
color: #550F00;
}
.AnyTagClassName
{
color: #550F00;
}
</style>
background-color css
<style>
a { background-color: #550F00; }
a { background-color: rgb(85,15,0); }
div.DivClassName
{
background-color: #550F00;
}
.BgClassName
{
background-color: #550F00;
}
</style>
border-color css
<style>
span { border-color: #550F00; }
span { border-color: rgb(85,15,0); }
td.TdClassName
{
border-color: #550F00;
}
.TagClassName
{
border-color: #550F00;
}
</style>