Shades of Red Oxide #5D2017
Tints of Red Oxide #5D2017
RGB
CMYK
RGB Variations
Color information
#5D2017 (or 0x5D2017) is known color: Red Oxide. HEX triplet: 5D, 20 and 17. RGB value is (93,32,23). Sum of RGB (Red+Green+Blue) = 93+32+23=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2017 is #A2DFE8. Grayscale: #313131. Windows color (decimal): -10674153 or 1515613. OLE color: 1515613.
HSL color Cylindrical-coordinate representation of color #5D2017: hue angle of 7.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2017 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 23 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.64 |
| HSL | 7.71º | 0.6% | 0.23% | - |
| HSV(B) | 7.71º | 0.75% | 0.36% | - |
| XYZ | 5.19 | 3.42 | 1.2 | - |
| YUV | 49.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 23 | 0 | 0.66 | 0.75 | 0.64 | 7.71 | 0.6 | 0.23 |
| Hex | 5D | 20 | 17 | 0 | 42 | 4B | 40 | 8 | 3C | 17 |
| Octal | 135 | 40 | 27 | 0 | 102 | 113 | 100 | 10 | 74 | 27 |
| Binary | 1011101 | 100000 | 10111 | 0 | 1000010 | 1001011 | 1000000 | 1000 | 111100 | 10111 |
Color Harmonies of #5D2017
Complementary color
Monochromatic Colors of #5D2017
Black with #5D2017
Text Example
Text Example
White with #5D2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2017; }
p { color: rgb(93,32,23); }
H1.HeaderClassName
{
color: #5D2017;
}
.AnyTagClassName
{
color: #5D2017;
}
</style>
background-color css
<style>
a { background-color: #5D2017; }
a { background-color: rgb(93,32,23); }
div.DivClassName
{
background-color: #5D2017;
}
.BgClassName
{
background-color: #5D2017;
}
</style>
border-color css
<style>
span { border-color: #5D2017; }
span { border-color: rgb(93,32,23); }
td.TdClassName
{
border-color: #5D2017;
}
.TagClassName
{
border-color: #5D2017;
}
</style>