Shades of Red Oxide #551108
Tints of Red Oxide #551108
RGB
CMYK
RGB Variations
Color information
#551108 (or 0x551108) is known color: Red Oxide. HEX triplet: 55, 11 and 08. RGB value is (85,17,8). Sum of RGB (Red+Green+Blue) = 85+17+8=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551108 is #AAEEF7. Grayscale: #242424. Windows color (decimal): -11202296 or 528725. OLE color: 528725.
HSL color Cylindrical-coordinate representation of color #551108: hue angle of 7.01º 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 #551108 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 8 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.67 |
| HSL | 7.01º | 0.83% | 0.18% | - |
| HSV(B) | 7.01º | 0.91% | 0.33% | - |
| XYZ | 3.99 | 2.35 | 0.47 | - |
| YUV | 36.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 8 | 0 | 0.80 | 0.91 | 0.67 | 7.01 | 0.83 | 0.18 |
| Hex | 55 | 11 | 8 | 0 | 50 | 5B | 43 | 7 | 53 | 12 |
| Octal | 125 | 21 | 10 | 0 | 120 | 133 | 103 | 7 | 123 | 22 |
| Binary | 1010101 | 10001 | 1000 | 0 | 1010000 | 1011011 | 1000011 | 111 | 1010011 | 10010 |
Color Harmonies of #551108
Complementary color
Monochromatic Colors of #551108
Black with #551108
Text Example
Text Example
White with #551108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551108; }
p { color: rgb(85,17,8); }
H1.HeaderClassName
{
color: #551108;
}
.AnyTagClassName
{
color: #551108;
}
</style>
background-color css
<style>
a { background-color: #551108; }
a { background-color: rgb(85,17,8); }
div.DivClassName
{
background-color: #551108;
}
.BgClassName
{
background-color: #551108;
}
</style>
border-color css
<style>
span { border-color: #551108; }
span { border-color: rgb(85,17,8); }
td.TdClassName
{
border-color: #551108;
}
.TagClassName
{
border-color: #551108;
}
</style>