Shades of Red Oxide #5D1306
Tints of Red Oxide #5D1306
RGB
CMYK
RGB Variations
Color information
#5D1306 (or 0x5D1306) is known color: Red Oxide. HEX triplet: 5D, 13 and 06. RGB value is (93,19,6). Sum of RGB (Red+Green+Blue) = 93+19+6=118 (15% of max value = 765). Red value is 93 (36.72% from 255 or 78.81% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1306 is #A2ECF9. Grayscale: #272727. Windows color (decimal): -10677498 or 398173. OLE color: 398173.
HSL color Cylindrical-coordinate representation of color #5D1306: hue angle of 8.97º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D1306 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 6 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.64 |
| HSL | 8.97º | 0.88% | 0.19% | - |
| HSV(B) | 8.97º | 0.94% | 0.36% | - |
| XYZ | 4.78 | 2.81 | 0.46 | - |
| YUV | 39.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 6 | 0 | 0.80 | 0.94 | 0.64 | 8.97 | 0.88 | 0.19 |
| Hex | 5D | 13 | 6 | 0 | 50 | 5E | 40 | 9 | 58 | 13 |
| Octal | 135 | 23 | 6 | 0 | 120 | 136 | 100 | 11 | 130 | 23 |
| Binary | 1011101 | 10011 | 110 | 0 | 1010000 | 1011110 | 1000000 | 1001 | 1011000 | 10011 |
Color Harmonies of #5D1306
Complementary color
Monochromatic Colors of #5D1306
Black with #5D1306
Text Example
Text Example
White with #5D1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1306; }
p { color: rgb(93,19,6); }
H1.HeaderClassName
{
color: #5D1306;
}
.AnyTagClassName
{
color: #5D1306;
}
</style>
background-color css
<style>
a { background-color: #5D1306; }
a { background-color: rgb(93,19,6); }
div.DivClassName
{
background-color: #5D1306;
}
.BgClassName
{
background-color: #5D1306;
}
</style>
border-color css
<style>
span { border-color: #5D1306; }
span { border-color: rgb(93,19,6); }
td.TdClassName
{
border-color: #5D1306;
}
.TagClassName
{
border-color: #5D1306;
}
</style>