Shades of Red Oxide #551607
Tints of Red Oxide #551607
RGB
CMYK
RGB Variations
Color information
#551607 (or 0x551607) is known color: Red Oxide. HEX triplet: 55, 16 and 07. RGB value is (85,22,7). Sum of RGB (Red+Green+Blue) = 85+22+7=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #551607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551607 is #AAE9F8. Grayscale: #272727. Windows color (decimal): -11201017 or 464469. OLE color: 464469.
HSL color Cylindrical-coordinate representation of color #551607: hue angle of 11.54º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #551607 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 7 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.67 |
| HSL | 11.54º | 0.85% | 0.18% | - |
| HSV(B) | 11.54º | 0.92% | 0.33% | - |
| XYZ | 4.07 | 2.52 | 0.47 | - |
| YUV | 39.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 7 | 0 | 0.74 | 0.92 | 0.67 | 11.54 | 0.85 | 0.18 |
| Hex | 55 | 16 | 7 | 0 | 4A | 5C | 43 | C | 55 | 12 |
| Octal | 125 | 26 | 7 | 0 | 112 | 134 | 103 | 14 | 125 | 22 |
| Binary | 1010101 | 10110 | 111 | 0 | 1001010 | 1011100 | 1000011 | 1100 | 1010101 | 10010 |
Color Harmonies of #551607
Complementary color
Monochromatic Colors of #551607
Black with #551607
Text Example
Text Example
White with #551607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551607; }
p { color: rgb(85,22,7); }
H1.HeaderClassName
{
color: #551607;
}
.AnyTagClassName
{
color: #551607;
}
</style>
background-color css
<style>
a { background-color: #551607; }
a { background-color: rgb(85,22,7); }
div.DivClassName
{
background-color: #551607;
}
.BgClassName
{
background-color: #551607;
}
</style>
border-color css
<style>
span { border-color: #551607; }
span { border-color: rgb(85,22,7); }
td.TdClassName
{
border-color: #551607;
}
.TagClassName
{
border-color: #551607;
}
</style>