Shades of Red Oxide #5B0804
Tints of Red Oxide #5B0804
RGB
CMYK
RGB Variations
Color information
#5B0804 (or 0x5B0804) is known color: Red Oxide. HEX triplet: 5B, 08 and 04. RGB value is (91,8,4). Sum of RGB (Red+Green+Blue) = 91+8+4=103 (13% of max value = 765). Red value is 91 (35.94% from 255 or 88.35% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0804 is #A4F7FB. Grayscale: #202020. Windows color (decimal): -10811388 or 264283. OLE color: 264283.
HSL color Cylindrical-coordinate representation of color #5B0804: hue angle of 2.76º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0804 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 4 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.64 |
| HSL | 2.76º | 0.92% | 0.19% | - |
| HSV(B) | 2.76º | 0.96% | 0.36% | - |
| XYZ | 4.42 | 2.41 | 0.35 | - |
| YUV | 32.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 4 | 0 | 0.91 | 0.96 | 0.64 | 2.76 | 0.92 | 0.19 |
| Hex | 5B | 8 | 4 | 0 | 5B | 60 | 40 | 3 | 5C | 13 |
| Octal | 133 | 10 | 4 | 0 | 133 | 140 | 100 | 3 | 134 | 23 |
| Binary | 1011011 | 1000 | 100 | 0 | 1011011 | 1100000 | 1000000 | 11 | 1011100 | 10011 |
Color Harmonies of #5B0804
Complementary color
Monochromatic Colors of #5B0804
Black with #5B0804
Text Example
Text Example
White with #5B0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0804; }
p { color: rgb(91,8,4); }
H1.HeaderClassName
{
color: #5B0804;
}
.AnyTagClassName
{
color: #5B0804;
}
</style>
background-color css
<style>
a { background-color: #5B0804; }
a { background-color: rgb(91,8,4); }
div.DivClassName
{
background-color: #5B0804;
}
.BgClassName
{
background-color: #5B0804;
}
</style>
border-color css
<style>
span { border-color: #5B0804; }
span { border-color: rgb(91,8,4); }
td.TdClassName
{
border-color: #5B0804;
}
.TagClassName
{
border-color: #5B0804;
}
</style>