Shades of Red Oxide #551C17
Tints of Red Oxide #551C17
RGB
CMYK
RGB Variations
Color information
#551C17 (or 0x551C17) is known color: Red Oxide. HEX triplet: 55, 1C and 17. RGB value is (85,28,23). Sum of RGB (Red+Green+Blue) = 85+28+23=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C17 is #AAE3E8. Grayscale: #2C2C2C. Windows color (decimal): -11199465 or 1514581. OLE color: 1514581.
HSL color Cylindrical-coordinate representation of color #551C17: hue angle of 4.84º 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 #551C17 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 23 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.67 |
| HSL | 4.84º | 0.57% | 0.21% | - |
| HSV(B) | 4.84º | 0.73% | 0.33% | - |
| XYZ | 4.32 | 2.82 | 1.13 | - |
| YUV | 44.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 23 | 0 | 0.67 | 0.73 | 0.67 | 4.84 | 0.57 | 0.21 |
| Hex | 55 | 1C | 17 | 0 | 43 | 49 | 43 | 5 | 39 | 15 |
| Octal | 125 | 34 | 27 | 0 | 103 | 111 | 103 | 5 | 71 | 25 |
| Binary | 1010101 | 11100 | 10111 | 0 | 1000011 | 1001001 | 1000011 | 101 | 111001 | 10101 |
Color Harmonies of #551C17
Complementary color
Monochromatic Colors of #551C17
Black with #551C17
Text Example
Text Example
White with #551C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C17; }
p { color: rgb(85,28,23); }
H1.HeaderClassName
{
color: #551C17;
}
.AnyTagClassName
{
color: #551C17;
}
</style>
background-color css
<style>
a { background-color: #551C17; }
a { background-color: rgb(85,28,23); }
div.DivClassName
{
background-color: #551C17;
}
.BgClassName
{
background-color: #551C17;
}
</style>
border-color css
<style>
span { border-color: #551C17; }
span { border-color: rgb(85,28,23); }
td.TdClassName
{
border-color: #551C17;
}
.TagClassName
{
border-color: #551C17;
}
</style>