Shades of Red Oxide #5B0605
Tints of Red Oxide #5B0605
RGB
CMYK
RGB Variations
Color information
#5B0605 (or 0x5B0605) is known color: Red Oxide. HEX triplet: 5B, 06 and 05. RGB value is (91,6,5). Sum of RGB (Red+Green+Blue) = 91+6+5=102 (13% of max value = 765). Red value is 91 (35.94% from 255 or 89.22% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0605 is #A4F9FA. Grayscale: #1F1F1F. Windows color (decimal): -10811899 or 329307. OLE color: 329307.
HSL color Cylindrical-coordinate representation of color #5B0605: hue angle of 0.7º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0605 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 6 | 5 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.64 |
| HSL | 0.7º | 0.9% | 0.19% | - |
| HSV(B) | 0.7º | 0.95% | 0.36% | - |
| XYZ | 4.41 | 2.37 | 0.37 | - |
| YUV | 31.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 5 | 0 | 0.93 | 0.95 | 0.64 | 0.7 | 0.9 | 0.19 |
| Hex | 5B | 6 | 5 | 0 | 5D | 5F | 40 | 1 | 5A | 13 |
| Octal | 133 | 6 | 5 | 0 | 135 | 137 | 100 | 1 | 132 | 23 |
| Binary | 1011011 | 110 | 101 | 0 | 1011101 | 1011111 | 1000000 | 1 | 1011010 | 10011 |
Color Harmonies of #5B0605
Complementary color
Monochromatic Colors of #5B0605
Black with #5B0605
Text Example
Text Example
White with #5B0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0605; }
p { color: rgb(91,6,5); }
H1.HeaderClassName
{
color: #5B0605;
}
.AnyTagClassName
{
color: #5B0605;
}
</style>
background-color css
<style>
a { background-color: #5B0605; }
a { background-color: rgb(91,6,5); }
div.DivClassName
{
background-color: #5B0605;
}
.BgClassName
{
background-color: #5B0605;
}
</style>
border-color css
<style>
span { border-color: #5B0605; }
span { border-color: rgb(91,6,5); }
td.TdClassName
{
border-color: #5B0605;
}
.TagClassName
{
border-color: #5B0605;
}
</style>