Shades of Red Oxide #551817
Tints of Red Oxide #551817
RGB
CMYK
RGB Variations
Color information
#551817 (or 0x551817) is known color: Red Oxide. HEX triplet: 55, 18 and 17. RGB value is (85,24,23). Sum of RGB (Red+Green+Blue) = 85+24+23=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551817 is #AAE7E8. Grayscale: #2A2A2A. Windows color (decimal): -11200489 or 1513557. OLE color: 1513557.
HSL color Cylindrical-coordinate representation of color #551817: hue angle of 0.97º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551817 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 23 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.67 |
| HSL | 0.97º | 0.57% | 0.21% | - |
| HSV(B) | 0.97º | 0.73% | 0.33% | - |
| XYZ | 4.23 | 2.65 | 1.1 | - |
| YUV | 42.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 23 | 0 | 0.72 | 0.73 | 0.67 | 0.97 | 0.57 | 0.21 |
| Hex | 55 | 18 | 17 | 0 | 48 | 49 | 43 | 1 | 39 | 15 |
| Octal | 125 | 30 | 27 | 0 | 110 | 111 | 103 | 1 | 71 | 25 |
| Binary | 1010101 | 11000 | 10111 | 0 | 1001000 | 1001001 | 1000011 | 1 | 111001 | 10101 |
Color Harmonies of #551817
Complementary color
Monochromatic Colors of #551817
Black with #551817
Text Example
Text Example
White with #551817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551817; }
p { color: rgb(85,24,23); }
H1.HeaderClassName
{
color: #551817;
}
.AnyTagClassName
{
color: #551817;
}
</style>
background-color css
<style>
a { background-color: #551817; }
a { background-color: rgb(85,24,23); }
div.DivClassName
{
background-color: #551817;
}
.BgClassName
{
background-color: #551817;
}
</style>
border-color css
<style>
span { border-color: #551817; }
span { border-color: rgb(85,24,23); }
td.TdClassName
{
border-color: #551817;
}
.TagClassName
{
border-color: #551817;
}
</style>