Shades of Red Oxide #551918
Tints of Red Oxide #551918
RGB
CMYK
RGB Variations
Color information
#551918 (or 0x551918) is known color: Red Oxide. HEX triplet: 55, 19 and 18. RGB value is (85,25,24). Sum of RGB (Red+Green+Blue) = 85+25+24=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #551918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551918 is #AAE6E7. Grayscale: #2A2A2A. Windows color (decimal): -11200232 or 1579349. OLE color: 1579349.
HSL color Cylindrical-coordinate representation of color #551918: hue angle of 0.98º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551918 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 24 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.67 |
| HSL | 0.98º | 0.56% | 0.21% | - |
| HSV(B) | 0.98º | 0.72% | 0.33% | - |
| XYZ | 4.26 | 2.69 | 1.16 | - |
| YUV | 42.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 24 | 0 | 0.71 | 0.72 | 0.67 | 0.98 | 0.56 | 0.21 |
| Hex | 55 | 19 | 18 | 0 | 47 | 48 | 43 | 1 | 38 | 15 |
| Octal | 125 | 31 | 30 | 0 | 107 | 110 | 103 | 1 | 70 | 25 |
| Binary | 1010101 | 11001 | 11000 | 0 | 1000111 | 1001000 | 1000011 | 1 | 111000 | 10101 |
Color Harmonies of #551918
Complementary color
Monochromatic Colors of #551918
Black with #551918
Text Example
Text Example
White with #551918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551918; }
p { color: rgb(85,25,24); }
H1.HeaderClassName
{
color: #551918;
}
.AnyTagClassName
{
color: #551918;
}
</style>
background-color css
<style>
a { background-color: #551918; }
a { background-color: rgb(85,25,24); }
div.DivClassName
{
background-color: #551918;
}
.BgClassName
{
background-color: #551918;
}
</style>
border-color css
<style>
span { border-color: #551918; }
span { border-color: rgb(85,25,24); }
td.TdClassName
{
border-color: #551918;
}
.TagClassName
{
border-color: #551918;
}
</style>