Shades of Red Oxide #550701
Tints of Red Oxide #550701
RGB
CMYK
RGB Variations
Color information
#550701 (or 0x550701) is known color: Red Oxide. HEX triplet: 55, 07 and 01. RGB value is (85,7,1). Sum of RGB (Red+Green+Blue) = 85+7+1=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550701 is #AAF8FE. Grayscale: #1D1D1D. Windows color (decimal): -11204863 or 67413. OLE color: 67413.
HSL color Cylindrical-coordinate representation of color #550701: hue angle of 4.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550701 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.67 |
| HSL | 4.29º | 0.98% | 0.17% | - |
| HSV(B) | 4.29º | 0.99% | 0.33% | - |
| XYZ | 3.83 | 2.09 | 0.23 | - |
| YUV | 29.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 1 | 0 | 0.92 | 0.99 | 0.67 | 4.29 | 0.98 | 0.17 |
| Hex | 55 | 7 | 1 | 0 | 5C | 63 | 43 | 4 | 62 | 11 |
| Octal | 125 | 7 | 1 | 0 | 134 | 143 | 103 | 4 | 142 | 21 |
| Binary | 1010101 | 111 | 1 | 0 | 1011100 | 1100011 | 1000011 | 100 | 1100010 | 10001 |
Color Harmonies of #550701
Complementary color
Monochromatic Colors of #550701
Black with #550701
Text Example
Text Example
White with #550701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550701; }
p { color: rgb(85,7,1); }
H1.HeaderClassName
{
color: #550701;
}
.AnyTagClassName
{
color: #550701;
}
</style>
background-color css
<style>
a { background-color: #550701; }
a { background-color: rgb(85,7,1); }
div.DivClassName
{
background-color: #550701;
}
.BgClassName
{
background-color: #550701;
}
</style>
border-color css
<style>
span { border-color: #550701; }
span { border-color: rgb(85,7,1); }
td.TdClassName
{
border-color: #550701;
}
.TagClassName
{
border-color: #550701;
}
</style>