Shades of Red Oxide #55170D
Tints of Red Oxide #55170D
RGB
CMYK
RGB Variations
Color information
#55170D (or 0x55170D) is known color: Red Oxide. HEX triplet: 55, 17 and 0D. RGB value is (85,23,13). Sum of RGB (Red+Green+Blue) = 85+23+13=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55170D is #AAE8F2. Grayscale: #282828. Windows color (decimal): -11200755 or 857941. OLE color: 857941.
HSL color Cylindrical-coordinate representation of color #55170D: hue angle of 8.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55170D is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 13 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.67 |
| HSL | 8.33º | 0.73% | 0.19% | - |
| HSV(B) | 8.33º | 0.85% | 0.33% | - |
| XYZ | 4.13 | 2.57 | 0.66 | - |
| YUV | 40.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 13 | 0 | 0.73 | 0.85 | 0.67 | 8.33 | 0.73 | 0.19 |
| Hex | 55 | 17 | D | 0 | 49 | 55 | 43 | 8 | 49 | 13 |
| Octal | 125 | 27 | 15 | 0 | 111 | 125 | 103 | 10 | 111 | 23 |
| Binary | 1010101 | 10111 | 1101 | 0 | 1001001 | 1010101 | 1000011 | 1000 | 1001001 | 10011 |
Color Harmonies of #55170D
Complementary color
Monochromatic Colors of #55170D
Black with #55170D
Text Example
Text Example
White with #55170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55170D; }
p { color: rgb(85,23,13); }
H1.HeaderClassName
{
color: #55170D;
}
.AnyTagClassName
{
color: #55170D;
}
</style>
background-color css
<style>
a { background-color: #55170D; }
a { background-color: rgb(85,23,13); }
div.DivClassName
{
background-color: #55170D;
}
.BgClassName
{
background-color: #55170D;
}
</style>
border-color css
<style>
span { border-color: #55170D; }
span { border-color: rgb(85,23,13); }
td.TdClassName
{
border-color: #55170D;
}
.TagClassName
{
border-color: #55170D;
}
</style>