Shades of Red Oxide #550B07
Tints of Red Oxide #550B07
RGB
CMYK
RGB Variations
Color information
#550B07 (or 0x550B07) is known color: Red Oxide. HEX triplet: 55, 0B and 07. RGB value is (85,11,7). Sum of RGB (Red+Green+Blue) = 85+11+7=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #550B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B07 is #AAF4F8. Grayscale: #202020. Windows color (decimal): -11203833 or 461653. OLE color: 461653.
HSL color Cylindrical-coordinate representation of color #550B07: hue angle of 3.08º 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 #550B07 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 11 | 7 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.67 |
| HSL | 3.08º | 0.85% | 0.18% | - |
| HSV(B) | 3.08º | 0.92% | 0.33% | - |
| XYZ | 3.9 | 2.19 | 0.42 | - |
| YUV | 32.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 7 | 0 | 0.87 | 0.92 | 0.67 | 3.08 | 0.85 | 0.18 |
| Hex | 55 | B | 7 | 0 | 57 | 5C | 43 | 3 | 55 | 12 |
| Octal | 125 | 13 | 7 | 0 | 127 | 134 | 103 | 3 | 125 | 22 |
| Binary | 1010101 | 1011 | 111 | 0 | 1010111 | 1011100 | 1000011 | 11 | 1010101 | 10010 |
Color Harmonies of #550B07
Complementary color
Monochromatic Colors of #550B07
Black with #550B07
Text Example
Text Example
White with #550B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B07; }
p { color: rgb(85,11,7); }
H1.HeaderClassName
{
color: #550B07;
}
.AnyTagClassName
{
color: #550B07;
}
</style>
background-color css
<style>
a { background-color: #550B07; }
a { background-color: rgb(85,11,7); }
div.DivClassName
{
background-color: #550B07;
}
.BgClassName
{
background-color: #550B07;
}
</style>
border-color css
<style>
span { border-color: #550B07; }
span { border-color: rgb(85,11,7); }
td.TdClassName
{
border-color: #550B07;
}
.TagClassName
{
border-color: #550B07;
}
</style>