Shades of Red Oxide #551816
Tints of Red Oxide #551816
RGB
CMYK
RGB Variations
Color information
#551816 (or 0x551816) is known color: Red Oxide. HEX triplet: 55, 18 and 16. RGB value is (85,24,22). Sum of RGB (Red+Green+Blue) = 85+24+22=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #551816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551816 is #AAE7E9. Grayscale: #2A2A2A. Windows color (decimal): -11200490 or 1448021. OLE color: 1448021.
HSL color Cylindrical-coordinate representation of color #551816: hue angle of 1.9º 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 #551816 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 22 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.67 |
| HSL | 1.9º | 0.59% | 0.21% | - |
| HSV(B) | 1.9º | 0.74% | 0.33% | - |
| XYZ | 4.22 | 2.64 | 1.05 | - |
| YUV | 42.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 22 | 0 | 0.72 | 0.74 | 0.67 | 1.9 | 0.59 | 0.21 |
| Hex | 55 | 18 | 16 | 0 | 48 | 4A | 43 | 2 | 3B | 15 |
| Octal | 125 | 30 | 26 | 0 | 110 | 112 | 103 | 2 | 73 | 25 |
| Binary | 1010101 | 11000 | 10110 | 0 | 1001000 | 1001010 | 1000011 | 10 | 111011 | 10101 |
Color Harmonies of #551816
Complementary color
Monochromatic Colors of #551816
Black with #551816
Text Example
Text Example
White with #551816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551816; }
p { color: rgb(85,24,22); }
H1.HeaderClassName
{
color: #551816;
}
.AnyTagClassName
{
color: #551816;
}
</style>
background-color css
<style>
a { background-color: #551816; }
a { background-color: rgb(85,24,22); }
div.DivClassName
{
background-color: #551816;
}
.BgClassName
{
background-color: #551816;
}
</style>
border-color css
<style>
span { border-color: #551816; }
span { border-color: rgb(85,24,22); }
td.TdClassName
{
border-color: #551816;
}
.TagClassName
{
border-color: #551816;
}
</style>