Shades of Red Oxide #5B1608
Tints of Red Oxide #5B1608
RGB
CMYK
RGB Variations
Color information
#5B1608 (or 0x5B1608) is known color: Red Oxide. HEX triplet: 5B, 16 and 08. RGB value is (91,22,8). Sum of RGB (Red+Green+Blue) = 91+22+8=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1608 is #A4E9F7. Grayscale: #292929. Windows color (decimal): -10807800 or 530011. OLE color: 530011.
HSL color Cylindrical-coordinate representation of color #5B1608: hue angle of 10.12º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B1608 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 8 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.64 |
| HSL | 10.12º | 0.84% | 0.19% | - |
| HSV(B) | 10.12º | 0.91% | 0.36% | - |
| XYZ | 4.65 | 2.82 | 0.53 | - |
| YUV | 41.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 8 | 0 | 0.76 | 0.91 | 0.64 | 10.12 | 0.84 | 0.19 |
| Hex | 5B | 16 | 8 | 0 | 4C | 5B | 40 | A | 54 | 13 |
| Octal | 133 | 26 | 10 | 0 | 114 | 133 | 100 | 12 | 124 | 23 |
| Binary | 1011011 | 10110 | 1000 | 0 | 1001100 | 1011011 | 1000000 | 1010 | 1010100 | 10011 |
Color Harmonies of #5B1608
Complementary color
Monochromatic Colors of #5B1608
Black with #5B1608
Text Example
Text Example
White with #5B1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1608; }
p { color: rgb(91,22,8); }
H1.HeaderClassName
{
color: #5B1608;
}
.AnyTagClassName
{
color: #5B1608;
}
</style>
background-color css
<style>
a { background-color: #5B1608; }
a { background-color: rgb(91,22,8); }
div.DivClassName
{
background-color: #5B1608;
}
.BgClassName
{
background-color: #5B1608;
}
</style>
border-color css
<style>
span { border-color: #5B1608; }
span { border-color: rgb(91,22,8); }
td.TdClassName
{
border-color: #5B1608;
}
.TagClassName
{
border-color: #5B1608;
}
</style>