Shades of Red Oxide #5D1609
Tints of Red Oxide #5D1609
RGB
CMYK
RGB Variations
Color information
#5D1609 (or 0x5D1609) is known color: Red Oxide. HEX triplet: 5D, 16 and 09. RGB value is (93,22,9). Sum of RGB (Red+Green+Blue) = 93+22+9=124 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1609 is #A2E9F6. Grayscale: #292929. Windows color (decimal): -10676727 or 595549. OLE color: 595549.
HSL color Cylindrical-coordinate representation of color #5D1609: hue angle of 9.29º 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 #5D1609 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 9 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.64 |
| HSL | 9.29º | 0.82% | 0.2% | - |
| HSV(B) | 9.29º | 0.9% | 0.36% | - |
| XYZ | 4.85 | 2.92 | 0.57 | - |
| YUV | 41.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 9 | 0 | 0.76 | 0.90 | 0.64 | 9.29 | 0.82 | 0.2 |
| Hex | 5D | 16 | 9 | 0 | 4C | 5A | 40 | 9 | 52 | 14 |
| Octal | 135 | 26 | 11 | 0 | 114 | 132 | 100 | 11 | 122 | 24 |
| Binary | 1011101 | 10110 | 1001 | 0 | 1001100 | 1011010 | 1000000 | 1001 | 1010010 | 10100 |
Color Harmonies of #5D1609
Complementary color
Monochromatic Colors of #5D1609
Black with #5D1609
Text Example
Text Example
White with #5D1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1609; }
p { color: rgb(93,22,9); }
H1.HeaderClassName
{
color: #5D1609;
}
.AnyTagClassName
{
color: #5D1609;
}
</style>
background-color css
<style>
a { background-color: #5D1609; }
a { background-color: rgb(93,22,9); }
div.DivClassName
{
background-color: #5D1609;
}
.BgClassName
{
background-color: #5D1609;
}
</style>
border-color css
<style>
span { border-color: #5D1609; }
span { border-color: rgb(93,22,9); }
td.TdClassName
{
border-color: #5D1609;
}
.TagClassName
{
border-color: #5D1609;
}
</style>