Shades of Red Oxide #550C07
Tints of Red Oxide #550C07
RGB
CMYK
RGB Variations
Color information
#550C07 (or 0x550C07) is known color: Red Oxide. HEX triplet: 55, 0C and 07. RGB value is (85,12,7). Sum of RGB (Red+Green+Blue) = 85+12+7=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #550C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C07 is #AAF3F8. Grayscale: #212121. Windows color (decimal): -11203577 or 461909. OLE color: 461909.
HSL color Cylindrical-coordinate representation of color #550C07: hue angle of 3.85º 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 #550C07 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 12 | 7 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.67 |
| HSL | 3.85º | 0.85% | 0.18% | - |
| HSV(B) | 3.85º | 0.92% | 0.33% | - |
| XYZ | 3.92 | 2.21 | 0.42 | - |
| YUV | 33.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 7 | 0 | 0.86 | 0.92 | 0.67 | 3.85 | 0.85 | 0.18 |
| Hex | 55 | C | 7 | 0 | 56 | 5C | 43 | 4 | 55 | 12 |
| Octal | 125 | 14 | 7 | 0 | 126 | 134 | 103 | 4 | 125 | 22 |
| Binary | 1010101 | 1100 | 111 | 0 | 1010110 | 1011100 | 1000011 | 100 | 1010101 | 10010 |
Color Harmonies of #550C07
Complementary color
Monochromatic Colors of #550C07
Black with #550C07
Text Example
Text Example
White with #550C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C07; }
p { color: rgb(85,12,7); }
H1.HeaderClassName
{
color: #550C07;
}
.AnyTagClassName
{
color: #550C07;
}
</style>
background-color css
<style>
a { background-color: #550C07; }
a { background-color: rgb(85,12,7); }
div.DivClassName
{
background-color: #550C07;
}
.BgClassName
{
background-color: #550C07;
}
</style>
border-color css
<style>
span { border-color: #550C07; }
span { border-color: rgb(85,12,7); }
td.TdClassName
{
border-color: #550C07;
}
.TagClassName
{
border-color: #550C07;
}
</style>