Shades of Red Oxide #550F04
Tints of Red Oxide #550F04
RGB
CMYK
RGB Variations
Color information
#550F04 (or 0x550F04) is known color: Red Oxide. HEX triplet: 55, 0F and 04. RGB value is (85,15,4). Sum of RGB (Red+Green+Blue) = 85+15+4=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #550F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F04 is #AAF0FB. Grayscale: #222222. Windows color (decimal): -11202812 or 266069. OLE color: 266069.
HSL color Cylindrical-coordinate representation of color #550F04: hue angle of 8.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550F04 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 4 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.67 |
| HSL | 8.15º | 0.91% | 0.17% | - |
| HSV(B) | 8.15º | 0.95% | 0.33% | - |
| XYZ | 3.94 | 2.28 | 0.35 | - |
| YUV | 34.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 4 | 0 | 0.82 | 0.95 | 0.67 | 8.15 | 0.91 | 0.17 |
| Hex | 55 | F | 4 | 0 | 52 | 5F | 43 | 8 | 5B | 11 |
| Octal | 125 | 17 | 4 | 0 | 122 | 137 | 103 | 10 | 133 | 21 |
| Binary | 1010101 | 1111 | 100 | 0 | 1010010 | 1011111 | 1000011 | 1000 | 1011011 | 10001 |
Color Harmonies of #550F04
Complementary color
Monochromatic Colors of #550F04
Black with #550F04
Text Example
Text Example
White with #550F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F04; }
p { color: rgb(85,15,4); }
H1.HeaderClassName
{
color: #550F04;
}
.AnyTagClassName
{
color: #550F04;
}
</style>
background-color css
<style>
a { background-color: #550F04; }
a { background-color: rgb(85,15,4); }
div.DivClassName
{
background-color: #550F04;
}
.BgClassName
{
background-color: #550F04;
}
</style>
border-color css
<style>
span { border-color: #550F04; }
span { border-color: rgb(85,15,4); }
td.TdClassName
{
border-color: #550F04;
}
.TagClassName
{
border-color: #550F04;
}
</style>