Shades of Red Oxide #551507
Tints of Red Oxide #551507
RGB
CMYK
RGB Variations
Color information
#551507 (or 0x551507) is known color: Red Oxide. HEX triplet: 55, 15 and 07. RGB value is (85,21,7). Sum of RGB (Red+Green+Blue) = 85+21+7=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551507 is #AAEAF8. Grayscale: #262626. Windows color (decimal): -11201273 or 464213. OLE color: 464213.
HSL color Cylindrical-coordinate representation of color #551507: hue angle of 10.77º 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 #551507 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 7 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.67 |
| HSL | 10.77º | 0.85% | 0.18% | - |
| HSV(B) | 10.77º | 0.92% | 0.33% | - |
| XYZ | 4.05 | 2.48 | 0.47 | - |
| YUV | 38.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 7 | 0 | 0.75 | 0.92 | 0.67 | 10.77 | 0.85 | 0.18 |
| Hex | 55 | 15 | 7 | 0 | 4B | 5C | 43 | B | 55 | 12 |
| Octal | 125 | 25 | 7 | 0 | 113 | 134 | 103 | 13 | 125 | 22 |
| Binary | 1010101 | 10101 | 111 | 0 | 1001011 | 1011100 | 1000011 | 1011 | 1010101 | 10010 |
Color Harmonies of #551507
Complementary color
Monochromatic Colors of #551507
Black with #551507
Text Example
Text Example
White with #551507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551507; }
p { color: rgb(85,21,7); }
H1.HeaderClassName
{
color: #551507;
}
.AnyTagClassName
{
color: #551507;
}
</style>
background-color css
<style>
a { background-color: #551507; }
a { background-color: rgb(85,21,7); }
div.DivClassName
{
background-color: #551507;
}
.BgClassName
{
background-color: #551507;
}
</style>
border-color css
<style>
span { border-color: #551507; }
span { border-color: rgb(85,21,7); }
td.TdClassName
{
border-color: #551507;
}
.TagClassName
{
border-color: #551507;
}
</style>