Shades of Red Oxide #5D1D19
Tints of Red Oxide #5D1D19
RGB
CMYK
RGB Variations
Color information
#5D1D19 (or 0x5D1D19) is known color: Red Oxide. HEX triplet: 5D, 1D and 19. RGB value is (93,29,25). Sum of RGB (Red+Green+Blue) = 93+29+25=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1D19 is #A2E2E6. Grayscale: #2F2F2F. Windows color (decimal): -10674919 or 1645917. OLE color: 1645917.
HSL color Cylindrical-coordinate representation of color #5D1D19: hue angle of 3.53º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1D19 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 29 | 25 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.64 |
| HSL | 3.53º | 0.58% | 0.23% | - |
| HSV(B) | 3.53º | 0.73% | 0.36% | - |
| XYZ | 5.13 | 3.28 | 1.28 | - |
| YUV | 47.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 25 | 0 | 0.69 | 0.73 | 0.64 | 3.53 | 0.58 | 0.23 |
| Hex | 5D | 1D | 19 | 0 | 45 | 49 | 40 | 4 | 3A | 17 |
| Octal | 135 | 35 | 31 | 0 | 105 | 111 | 100 | 4 | 72 | 27 |
| Binary | 1011101 | 11101 | 11001 | 0 | 1000101 | 1001001 | 1000000 | 100 | 111010 | 10111 |
Color Harmonies of #5D1D19
Complementary color
Monochromatic Colors of #5D1D19
Black with #5D1D19
Text Example
Text Example
White with #5D1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1D19; }
p { color: rgb(93,29,25); }
H1.HeaderClassName
{
color: #5D1D19;
}
.AnyTagClassName
{
color: #5D1D19;
}
</style>
background-color css
<style>
a { background-color: #5D1D19; }
a { background-color: rgb(93,29,25); }
div.DivClassName
{
background-color: #5D1D19;
}
.BgClassName
{
background-color: #5D1D19;
}
</style>
border-color css
<style>
span { border-color: #5D1D19; }
span { border-color: rgb(93,29,25); }
td.TdClassName
{
border-color: #5D1D19;
}
.TagClassName
{
border-color: #5D1D19;
}
</style>