Shades of Red Oxide #551913
Tints of Red Oxide #551913
RGB
CMYK
RGB Variations
Color information
#551913 (or 0x551913) is known color: Red Oxide. HEX triplet: 55, 19 and 13. RGB value is (85,25,19). Sum of RGB (Red+Green+Blue) = 85+25+19=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551913 is #AAE6EC. Grayscale: #2A2A2A. Windows color (decimal): -11200237 or 1251669. OLE color: 1251669.
HSL color Cylindrical-coordinate representation of color #551913: hue angle of 5.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551913 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 19 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.67 |
| HSL | 5.45º | 0.63% | 0.2% | - |
| HSV(B) | 5.45º | 0.78% | 0.33% | - |
| XYZ | 4.21 | 2.67 | 0.91 | - |
| YUV | 42.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 19 | 0 | 0.71 | 0.78 | 0.67 | 5.45 | 0.63 | 0.2 |
| Hex | 55 | 19 | 13 | 0 | 47 | 4E | 43 | 5 | 3F | 14 |
| Octal | 125 | 31 | 23 | 0 | 107 | 116 | 103 | 5 | 77 | 24 |
| Binary | 1010101 | 11001 | 10011 | 0 | 1000111 | 1001110 | 1000011 | 101 | 111111 | 10100 |
Color Harmonies of #551913
Complementary color
Monochromatic Colors of #551913
Black with #551913
Text Example
Text Example
White with #551913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551913; }
p { color: rgb(85,25,19); }
H1.HeaderClassName
{
color: #551913;
}
.AnyTagClassName
{
color: #551913;
}
</style>
background-color css
<style>
a { background-color: #551913; }
a { background-color: rgb(85,25,19); }
div.DivClassName
{
background-color: #551913;
}
.BgClassName
{
background-color: #551913;
}
</style>
border-color css
<style>
span { border-color: #551913; }
span { border-color: rgb(85,25,19); }
td.TdClassName
{
border-color: #551913;
}
.TagClassName
{
border-color: #551913;
}
</style>