Shades of Red Oxide #5B190F
Tints of Red Oxide #5B190F
RGB
CMYK
RGB Variations
Color information
#5B190F (or 0x5B190F) is known color: Red Oxide. HEX triplet: 5B, 19 and 0F. RGB value is (91,25,15). Sum of RGB (Red+Green+Blue) = 91+25+15=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B190F is #A4E6F0. Grayscale: #2B2B2B. Windows color (decimal): -10807025 or 989531. OLE color: 989531.
HSL color Cylindrical-coordinate representation of color #5B190F: hue angle of 7.89º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B190F is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 15 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.64 |
| HSL | 7.89º | 0.72% | 0.21% | - |
| HSV(B) | 7.89º | 0.84% | 0.36% | - |
| XYZ | 4.75 | 2.95 | 0.77 | - |
| YUV | 43.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 15 | 0 | 0.73 | 0.84 | 0.64 | 7.89 | 0.72 | 0.21 |
| Hex | 5B | 19 | F | 0 | 49 | 54 | 40 | 8 | 48 | 15 |
| Octal | 133 | 31 | 17 | 0 | 111 | 124 | 100 | 10 | 110 | 25 |
| Binary | 1011011 | 11001 | 1111 | 0 | 1001001 | 1010100 | 1000000 | 1000 | 1001000 | 10101 |
Color Harmonies of #5B190F
Complementary color
Monochromatic Colors of #5B190F
Black with #5B190F
Text Example
Text Example
White with #5B190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B190F; }
p { color: rgb(91,25,15); }
H1.HeaderClassName
{
color: #5B190F;
}
.AnyTagClassName
{
color: #5B190F;
}
</style>
background-color css
<style>
a { background-color: #5B190F; }
a { background-color: rgb(91,25,15); }
div.DivClassName
{
background-color: #5B190F;
}
.BgClassName
{
background-color: #5B190F;
}
</style>
border-color css
<style>
span { border-color: #5B190F; }
span { border-color: rgb(91,25,15); }
td.TdClassName
{
border-color: #5B190F;
}
.TagClassName
{
border-color: #5B190F;
}
</style>