Shades of Red Oxide #5D1309
Tints of Red Oxide #5D1309
RGB
CMYK
RGB Variations
Color information
#5D1309 (or 0x5D1309) is known color: Red Oxide. HEX triplet: 5D, 13 and 09. RGB value is (93,19,9). Sum of RGB (Red+Green+Blue) = 93+19+9=121 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.86% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1309 is #A2ECF6. Grayscale: #282828. Windows color (decimal): -10677495 or 594781. OLE color: 594781.
HSL color Cylindrical-coordinate representation of color #5D1309: hue angle of 7.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D1309 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 9 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.64 |
| HSL | 7.14º | 0.82% | 0.2% | - |
| HSV(B) | 7.14º | 0.9% | 0.36% | - |
| XYZ | 4.8 | 2.81 | 0.55 | - |
| YUV | 39.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 9 | 0 | 0.80 | 0.90 | 0.64 | 7.14 | 0.82 | 0.2 |
| Hex | 5D | 13 | 9 | 0 | 50 | 5A | 40 | 7 | 52 | 14 |
| Octal | 135 | 23 | 11 | 0 | 120 | 132 | 100 | 7 | 122 | 24 |
| Binary | 1011101 | 10011 | 1001 | 0 | 1010000 | 1011010 | 1000000 | 111 | 1010010 | 10100 |
Color Harmonies of #5D1309
Complementary color
Monochromatic Colors of #5D1309
Black with #5D1309
Text Example
Text Example
White with #5D1309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1309; }
p { color: rgb(93,19,9); }
H1.HeaderClassName
{
color: #5D1309;
}
.AnyTagClassName
{
color: #5D1309;
}
</style>
background-color css
<style>
a { background-color: #5D1309; }
a { background-color: rgb(93,19,9); }
div.DivClassName
{
background-color: #5D1309;
}
.BgClassName
{
background-color: #5D1309;
}
</style>
border-color css
<style>
span { border-color: #5D1309; }
span { border-color: rgb(93,19,9); }
td.TdClassName
{
border-color: #5D1309;
}
.TagClassName
{
border-color: #5D1309;
}
</style>