Shades of Red Oxide #550808
Tints of Red Oxide #550808
RGB
CMYK
RGB Variations
Color information
#550808 (or 0x550808) is known color: Red Oxide. HEX triplet: 55, 08 and 08. RGB value is (85,8,8). Sum of RGB (Red+Green+Blue) = 85+8+8=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #550808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550808 is #AAF7F7. Grayscale: #1F1F1F. Windows color (decimal): -11204600 or 526421. OLE color: 526421.
HSL color Cylindrical-coordinate representation of color #550808: hue angle of 0º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550808 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 8 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.67 |
| HSL | 0º | 0.83% | 0.18% | - |
| HSV(B) | 0º | 0.91% | 0.33% | - |
| XYZ | 3.88 | 2.12 | 0.44 | - |
| YUV | 31.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 8 | 0 | 0.91 | 0.91 | 0.67 | 0 | 0.83 | 0.18 |
| Hex | 55 | 8 | 8 | 0 | 5B | 5B | 43 | 0 | 53 | 12 |
| Octal | 125 | 10 | 10 | 0 | 133 | 133 | 103 | 0 | 123 | 22 |
| Binary | 1010101 | 1000 | 1000 | 0 | 1011011 | 1011011 | 1000011 | 0 | 1010011 | 10010 |
Color Harmonies of #550808
Complementary color
Monochromatic Colors of #550808
Black with #550808
Text Example
Text Example
White with #550808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550808; }
p { color: rgb(85,8,8); }
H1.HeaderClassName
{
color: #550808;
}
.AnyTagClassName
{
color: #550808;
}
</style>
background-color css
<style>
a { background-color: #550808; }
a { background-color: rgb(85,8,8); }
div.DivClassName
{
background-color: #550808;
}
.BgClassName
{
background-color: #550808;
}
</style>
border-color css
<style>
span { border-color: #550808; }
span { border-color: rgb(85,8,8); }
td.TdClassName
{
border-color: #550808;
}
.TagClassName
{
border-color: #550808;
}
</style>