Shades of Red Oxide #551400
Tints of Red Oxide #551400
RGB
CMYK
RGB Variations
Color information
#551400 (or 0x551400) is known color: Red Oxide. HEX triplet: 55, 14 and 00. RGB value is (85,20,0). Sum of RGB (Red+Green+Blue) = 85+20+0=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #551400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551400 is #AAEBFF. Grayscale: #252525. Windows color (decimal): -11201536 or 5205. OLE color: 5205.
HSL color Cylindrical-coordinate representation of color #551400: hue angle of 14.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #551400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.67 |
| HSL | 14.12º | 1% | 0.17% | - |
| HSV(B) | 14.12º | 1% | 0.33% | - |
| XYZ | 4 | 2.43 | 0.26 | - |
| YUV | 37.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 0 | 0 | 0.76 | 1 | 0.67 | 14.12 | 1 | 0.17 |
| Hex | 55 | 14 | 0 | 0 | 4C | 64 | 43 | E | 64 | 11 |
| Octal | 125 | 24 | 0 | 0 | 114 | 144 | 103 | 16 | 144 | 21 |
| Binary | 1010101 | 10100 | 0 | 0 | 1001100 | 1100100 | 1000011 | 1110 | 1100100 | 10001 |
Color Harmonies of #551400
Complementary color
Monochromatic Colors of #551400
Black with #551400
Text Example
Text Example
White with #551400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551400; }
p { color: rgb(85,20,0); }
H1.HeaderClassName
{
color: #551400;
}
.AnyTagClassName
{
color: #551400;
}
</style>
background-color css
<style>
a { background-color: #551400; }
a { background-color: rgb(85,20,0); }
div.DivClassName
{
background-color: #551400;
}
.BgClassName
{
background-color: #551400;
}
</style>
border-color css
<style>
span { border-color: #551400; }
span { border-color: rgb(85,20,0); }
td.TdClassName
{
border-color: #551400;
}
.TagClassName
{
border-color: #551400;
}
</style>