Shades of Red Oxide #5D1A17
Tints of Red Oxide #5D1A17
RGB
CMYK
RGB Variations
Color information
#5D1A17 (or 0x5D1A17) is known color: Red Oxide. HEX triplet: 5D, 1A and 17. RGB value is (93,26,23). Sum of RGB (Red+Green+Blue) = 93+26+23=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1A17 is #A2E5E8. Grayscale: #2D2D2D. Windows color (decimal): -10675689 or 1514077. OLE color: 1514077.
HSL color Cylindrical-coordinate representation of color #5D1A17: hue angle of 2.57º 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 #5D1A17 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 26 | 23 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.64 |
| HSL | 2.57º | 0.6% | 0.23% | - |
| HSV(B) | 2.57º | 0.75% | 0.36% | - |
| XYZ | 5.04 | 3.13 | 1.15 | - |
| YUV | 45.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 23 | 0 | 0.72 | 0.75 | 0.64 | 2.57 | 0.6 | 0.23 |
| Hex | 5D | 1A | 17 | 0 | 48 | 4B | 40 | 3 | 3C | 17 |
| Octal | 135 | 32 | 27 | 0 | 110 | 113 | 100 | 3 | 74 | 27 |
| Binary | 1011101 | 11010 | 10111 | 0 | 1001000 | 1001011 | 1000000 | 11 | 111100 | 10111 |
Color Harmonies of #5D1A17
Complementary color
Monochromatic Colors of #5D1A17
Black with #5D1A17
Text Example
Text Example
White with #5D1A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A17; }
p { color: rgb(93,26,23); }
H1.HeaderClassName
{
color: #5D1A17;
}
.AnyTagClassName
{
color: #5D1A17;
}
</style>
background-color css
<style>
a { background-color: #5D1A17; }
a { background-color: rgb(93,26,23); }
div.DivClassName
{
background-color: #5D1A17;
}
.BgClassName
{
background-color: #5D1A17;
}
</style>
border-color css
<style>
span { border-color: #5D1A17; }
span { border-color: rgb(93,26,23); }
td.TdClassName
{
border-color: #5D1A17;
}
.TagClassName
{
border-color: #5D1A17;
}
</style>