Shades of Red Oxide #550400
Tints of Red Oxide #550400
RGB
CMYK
RGB Variations
Color information
#550400 (or 0x550400) is known color: Red Oxide. HEX triplet: 55, 04 and 00. RGB value is (85,4,0). Sum of RGB (Red+Green+Blue) = 85+4+0=89 (11% of max value = 765). Red value is 85 (33.59% from 255 or 95.51% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 85 - color contains mainly: red. Hex color #550400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550400 is #AAFBFF. Grayscale: #1B1B1B. Windows color (decimal): -11205632 or 1109. OLE color: 1109.
HSL color Cylindrical-coordinate representation of color #550400: hue angle of 2.82º 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 #550400 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.67 |
| HSL | 2.82º | 1% | 0.17% | - |
| HSV(B) | 2.82º | 1% | 0.33% | - |
| XYZ | 3.79 | 2.02 | 0.19 | - |
| YUV | 27.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 0 | 0 | 0.95 | 1 | 0.67 | 2.82 | 1 | 0.17 |
| Hex | 55 | 4 | 0 | 0 | 5F | 64 | 43 | 3 | 64 | 11 |
| Octal | 125 | 4 | 0 | 0 | 137 | 144 | 103 | 3 | 144 | 21 |
| Binary | 1010101 | 100 | 0 | 0 | 1011111 | 1100100 | 1000011 | 11 | 1100100 | 10001 |
Color Harmonies of #550400
Complementary color
Monochromatic Colors of #550400
Black with #550400
Text Example
Text Example
White with #550400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550400; }
p { color: rgb(85,4,0); }
H1.HeaderClassName
{
color: #550400;
}
.AnyTagClassName
{
color: #550400;
}
</style>
background-color css
<style>
a { background-color: #550400; }
a { background-color: rgb(85,4,0); }
div.DivClassName
{
background-color: #550400;
}
.BgClassName
{
background-color: #550400;
}
</style>
border-color css
<style>
span { border-color: #550400; }
span { border-color: rgb(85,4,0); }
td.TdClassName
{
border-color: #550400;
}
.TagClassName
{
border-color: #550400;
}
</style>