Shades of Red Oxide #551916
Tints of Red Oxide #551916
RGB
CMYK
RGB Variations
Color information
#551916 (or 0x551916) is known color: Red Oxide. HEX triplet: 55, 19 and 16. RGB value is (85,25,22). Sum of RGB (Red+Green+Blue) = 85+25+22=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551916 is #AAE6E9. Grayscale: #2A2A2A. Windows color (decimal): -11200234 or 1448277. OLE color: 1448277.
HSL color Cylindrical-coordinate representation of color #551916: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551916 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 22 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.67 |
| HSL | 2.86º | 0.59% | 0.21% | - |
| HSV(B) | 2.86º | 0.74% | 0.33% | - |
| XYZ | 4.24 | 2.68 | 1.05 | - |
| YUV | 42.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 22 | 0 | 0.71 | 0.74 | 0.67 | 2.86 | 0.59 | 0.21 |
| Hex | 55 | 19 | 16 | 0 | 47 | 4A | 43 | 3 | 3B | 15 |
| Octal | 125 | 31 | 26 | 0 | 107 | 112 | 103 | 3 | 73 | 25 |
| Binary | 1010101 | 11001 | 10110 | 0 | 1000111 | 1001010 | 1000011 | 11 | 111011 | 10101 |
Color Harmonies of #551916
Complementary color
Monochromatic Colors of #551916
Black with #551916
Text Example
Text Example
White with #551916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551916; }
p { color: rgb(85,25,22); }
H1.HeaderClassName
{
color: #551916;
}
.AnyTagClassName
{
color: #551916;
}
</style>
background-color css
<style>
a { background-color: #551916; }
a { background-color: rgb(85,25,22); }
div.DivClassName
{
background-color: #551916;
}
.BgClassName
{
background-color: #551916;
}
</style>
border-color css
<style>
span { border-color: #551916; }
span { border-color: rgb(85,25,22); }
td.TdClassName
{
border-color: #551916;
}
.TagClassName
{
border-color: #551916;
}
</style>