Shades of Red Oxide #5B140E
Tints of Red Oxide #5B140E
RGB
CMYK
RGB Variations
Color information
#5B140E (or 0x5B140E) is known color: Red Oxide. HEX triplet: 5B, 14 and 0E. RGB value is (91,20,14). Sum of RGB (Red+Green+Blue) = 91+20+14=125 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 91 - color contains mainly: red. Hex color #5B140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B140E is #A4EBF1. Grayscale: #282828. Windows color (decimal): -10808306 or 922715. OLE color: 922715.
HSL color Cylindrical-coordinate representation of color #5B140E: hue angle of 4.68º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B140E is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 20 | 14 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.64 |
| HSL | 4.68º | 0.73% | 0.21% | - |
| HSV(B) | 4.68º | 0.85% | 0.36% | - |
| XYZ | 4.64 | 2.76 | 0.7 | - |
| YUV | 40.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 14 | 0 | 0.78 | 0.85 | 0.64 | 4.68 | 0.73 | 0.21 |
| Hex | 5B | 14 | E | 0 | 4E | 55 | 40 | 5 | 49 | 15 |
| Octal | 133 | 24 | 16 | 0 | 116 | 125 | 100 | 5 | 111 | 25 |
| Binary | 1011011 | 10100 | 1110 | 0 | 1001110 | 1010101 | 1000000 | 101 | 1001001 | 10101 |
Color Harmonies of #5B140E
Complementary color
Monochromatic Colors of #5B140E
Black with #5B140E
Text Example
Text Example
White with #5B140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B140E; }
p { color: rgb(91,20,14); }
H1.HeaderClassName
{
color: #5B140E;
}
.AnyTagClassName
{
color: #5B140E;
}
</style>
background-color css
<style>
a { background-color: #5B140E; }
a { background-color: rgb(91,20,14); }
div.DivClassName
{
background-color: #5B140E;
}
.BgClassName
{
background-color: #5B140E;
}
</style>
border-color css
<style>
span { border-color: #5B140E; }
span { border-color: rgb(91,20,14); }
td.TdClassName
{
border-color: #5B140E;
}
.TagClassName
{
border-color: #5B140E;
}
</style>