Shades of Red Oxide #5D170B
Tints of Red Oxide #5D170B
RGB
CMYK
RGB Variations
Color information
#5D170B (or 0x5D170B) is known color: Red Oxide. HEX triplet: 5D, 17 and 0B. RGB value is (93,23,11). Sum of RGB (Red+Green+Blue) = 93+23+11=127 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.23% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 93 - color contains mainly: red. Hex color #5D170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D170B is #A2E8F4. Grayscale: #2A2A2A. Windows color (decimal): -10676469 or 726877. OLE color: 726877.
HSL color Cylindrical-coordinate representation of color #5D170B: hue angle of 8.78º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D170B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 23 | 11 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.64 |
| HSL | 8.78º | 0.79% | 0.2% | - |
| HSV(B) | 8.78º | 0.88% | 0.36% | - |
| XYZ | 4.88 | 2.96 | 0.63 | - |
| YUV | 42.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 11 | 0 | 0.75 | 0.88 | 0.64 | 8.78 | 0.79 | 0.2 |
| Hex | 5D | 17 | B | 0 | 4B | 58 | 40 | 9 | 4F | 14 |
| Octal | 135 | 27 | 13 | 0 | 113 | 130 | 100 | 11 | 117 | 24 |
| Binary | 1011101 | 10111 | 1011 | 0 | 1001011 | 1011000 | 1000000 | 1001 | 1001111 | 10100 |
Color Harmonies of #5D170B
Complementary color
Monochromatic Colors of #5D170B
Black with #5D170B
Text Example
Text Example
White with #5D170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D170B; }
p { color: rgb(93,23,11); }
H1.HeaderClassName
{
color: #5D170B;
}
.AnyTagClassName
{
color: #5D170B;
}
</style>
background-color css
<style>
a { background-color: #5D170B; }
a { background-color: rgb(93,23,11); }
div.DivClassName
{
background-color: #5D170B;
}
.BgClassName
{
background-color: #5D170B;
}
</style>
border-color css
<style>
span { border-color: #5D170B; }
span { border-color: rgb(93,23,11); }
td.TdClassName
{
border-color: #5D170B;
}
.TagClassName
{
border-color: #5D170B;
}
</style>