Shades of Red Oxide #5D130B
Tints of Red Oxide #5D130B
RGB
CMYK
RGB Variations
Color information
#5D130B (or 0x5D130B) is known color: Red Oxide. HEX triplet: 5D, 13 and 0B. RGB value is (93,19,11). Sum of RGB (Red+Green+Blue) = 93+19+11=123 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75.61% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 93 - color contains mainly: red. Hex color #5D130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D130B is #A2ECF4. Grayscale: #282828. Windows color (decimal): -10677493 or 725853. OLE color: 725853.
HSL color Cylindrical-coordinate representation of color #5D130B: hue angle of 5.85º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D130B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 11 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.64 |
| HSL | 5.85º | 0.79% | 0.2% | - |
| HSV(B) | 5.85º | 0.88% | 0.36% | - |
| XYZ | 4.81 | 2.82 | 0.61 | - |
| YUV | 40.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 11 | 0 | 0.80 | 0.88 | 0.64 | 5.85 | 0.79 | 0.2 |
| Hex | 5D | 13 | B | 0 | 50 | 58 | 40 | 6 | 4F | 14 |
| Octal | 135 | 23 | 13 | 0 | 120 | 130 | 100 | 6 | 117 | 24 |
| Binary | 1011101 | 10011 | 1011 | 0 | 1010000 | 1011000 | 1000000 | 110 | 1001111 | 10100 |
Color Harmonies of #5D130B
Complementary color
Monochromatic Colors of #5D130B
Black with #5D130B
Text Example
Text Example
White with #5D130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D130B; }
p { color: rgb(93,19,11); }
H1.HeaderClassName
{
color: #5D130B;
}
.AnyTagClassName
{
color: #5D130B;
}
</style>
background-color css
<style>
a { background-color: #5D130B; }
a { background-color: rgb(93,19,11); }
div.DivClassName
{
background-color: #5D130B;
}
.BgClassName
{
background-color: #5D130B;
}
</style>
border-color css
<style>
span { border-color: #5D130B; }
span { border-color: rgb(93,19,11); }
td.TdClassName
{
border-color: #5D130B;
}
.TagClassName
{
border-color: #5D130B;
}
</style>