Shades of Red Oxide #550F07
Tints of Red Oxide #550F07
RGB
CMYK
RGB Variations
Color information
#550F07 (or 0x550F07) is known color: Red Oxide. HEX triplet: 55, 0F and 07. RGB value is (85,15,7). Sum of RGB (Red+Green+Blue) = 85+15+7=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F07 is #AAF0F8. Grayscale: #232323. Windows color (decimal): -11202809 or 462677. OLE color: 462677.
HSL color Cylindrical-coordinate representation of color #550F07: hue angle of 6.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550F07 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 7 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.67 |
| HSL | 6.15º | 0.85% | 0.18% | - |
| HSV(B) | 6.15º | 0.92% | 0.33% | - |
| XYZ | 3.96 | 2.29 | 0.43 | - |
| YUV | 35.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 7 | 0 | 0.82 | 0.92 | 0.67 | 6.15 | 0.85 | 0.18 |
| Hex | 55 | F | 7 | 0 | 52 | 5C | 43 | 6 | 55 | 12 |
| Octal | 125 | 17 | 7 | 0 | 122 | 134 | 103 | 6 | 125 | 22 |
| Binary | 1010101 | 1111 | 111 | 0 | 1010010 | 1011100 | 1000011 | 110 | 1010101 | 10010 |
Color Harmonies of #550F07
Complementary color
Monochromatic Colors of #550F07
Black with #550F07
Text Example
Text Example
White with #550F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F07; }
p { color: rgb(85,15,7); }
H1.HeaderClassName
{
color: #550F07;
}
.AnyTagClassName
{
color: #550F07;
}
</style>
background-color css
<style>
a { background-color: #550F07; }
a { background-color: rgb(85,15,7); }
div.DivClassName
{
background-color: #550F07;
}
.BgClassName
{
background-color: #550F07;
}
</style>
border-color css
<style>
span { border-color: #550F07; }
span { border-color: rgb(85,15,7); }
td.TdClassName
{
border-color: #550F07;
}
.TagClassName
{
border-color: #550F07;
}
</style>