Shades of Red Oxide #5B110D
Tints of Red Oxide #5B110D
RGB
CMYK
RGB Variations
Color information
#5B110D (or 0x5B110D) is known color: Red Oxide. HEX triplet: 5B, 11 and 0D. RGB value is (91,17,13). Sum of RGB (Red+Green+Blue) = 91+17+13=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B110D is #A4EEF2. Grayscale: #262626. Windows color (decimal): -10809075 or 856411. OLE color: 856411.
HSL color Cylindrical-coordinate representation of color #5B110D: hue angle of 3.08º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B110D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 13 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.64 |
| HSL | 3.08º | 0.75% | 0.2% | - |
| HSV(B) | 3.08º | 0.86% | 0.36% | - |
| XYZ | 4.59 | 2.65 | 0.65 | - |
| YUV | 38.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 13 | 0 | 0.81 | 0.86 | 0.64 | 3.08 | 0.75 | 0.2 |
| Hex | 5B | 11 | D | 0 | 51 | 56 | 40 | 3 | 4B | 14 |
| Octal | 133 | 21 | 15 | 0 | 121 | 126 | 100 | 3 | 113 | 24 |
| Binary | 1011011 | 10001 | 1101 | 0 | 1010001 | 1010110 | 1000000 | 11 | 1001011 | 10100 |
Color Harmonies of #5B110D
Complementary color
Monochromatic Colors of #5B110D
Black with #5B110D
Text Example
Text Example
White with #5B110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B110D; }
p { color: rgb(91,17,13); }
H1.HeaderClassName
{
color: #5B110D;
}
.AnyTagClassName
{
color: #5B110D;
}
</style>
background-color css
<style>
a { background-color: #5B110D; }
a { background-color: rgb(91,17,13); }
div.DivClassName
{
background-color: #5B110D;
}
.BgClassName
{
background-color: #5B110D;
}
</style>
border-color css
<style>
span { border-color: #5B110D; }
span { border-color: rgb(91,17,13); }
td.TdClassName
{
border-color: #5B110D;
}
.TagClassName
{
border-color: #5B110D;
}
</style>