Shades of Red Oxide #551005
Tints of Red Oxide #551005
RGB
CMYK
RGB Variations
Color information
#551005 (or 0x551005) is known color: Red Oxide. HEX triplet: 55, 10 and 05. RGB value is (85,16,5). Sum of RGB (Red+Green+Blue) = 85+16+5=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #551005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551005 is #AAEFFA. Grayscale: #232323. Windows color (decimal): -11202555 or 331861. OLE color: 331861.
HSL color Cylindrical-coordinate representation of color #551005: hue angle of 8.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #551005 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 5 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.67 |
| HSL | 8.25º | 0.89% | 0.18% | - |
| HSV(B) | 8.25º | 0.94% | 0.33% | - |
| XYZ | 3.96 | 2.31 | 0.38 | - |
| YUV | 35.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 5 | 0 | 0.81 | 0.94 | 0.67 | 8.25 | 0.89 | 0.18 |
| Hex | 55 | 10 | 5 | 0 | 51 | 5E | 43 | 8 | 59 | 12 |
| Octal | 125 | 20 | 5 | 0 | 121 | 136 | 103 | 10 | 131 | 22 |
| Binary | 1010101 | 10000 | 101 | 0 | 1010001 | 1011110 | 1000011 | 1000 | 1011001 | 10010 |
Color Harmonies of #551005
Complementary color
Monochromatic Colors of #551005
Black with #551005
Text Example
Text Example
White with #551005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551005; }
p { color: rgb(85,16,5); }
H1.HeaderClassName
{
color: #551005;
}
.AnyTagClassName
{
color: #551005;
}
</style>
background-color css
<style>
a { background-color: #551005; }
a { background-color: rgb(85,16,5); }
div.DivClassName
{
background-color: #551005;
}
.BgClassName
{
background-color: #551005;
}
</style>
border-color css
<style>
span { border-color: #551005; }
span { border-color: rgb(85,16,5); }
td.TdClassName
{
border-color: #551005;
}
.TagClassName
{
border-color: #551005;
}
</style>