Shades of Red Oxide #551813
Tints of Red Oxide #551813
RGB
CMYK
RGB Variations
Color information
#551813 (or 0x551813) is known color: Red Oxide. HEX triplet: 55, 18 and 13. RGB value is (85,24,19). Sum of RGB (Red+Green+Blue) = 85+24+19=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551813 is #AAE7EC. Grayscale: #292929. Windows color (decimal): -11200493 or 1251413. OLE color: 1251413.
HSL color Cylindrical-coordinate representation of color #551813: hue angle of 4.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551813 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 19 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.67 |
| HSL | 4.55º | 0.63% | 0.2% | - |
| HSV(B) | 4.55º | 0.78% | 0.33% | - |
| XYZ | 4.19 | 2.63 | 0.9 | - |
| YUV | 41.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 19 | 0 | 0.72 | 0.78 | 0.67 | 4.55 | 0.63 | 0.2 |
| Hex | 55 | 18 | 13 | 0 | 48 | 4E | 43 | 5 | 3F | 14 |
| Octal | 125 | 30 | 23 | 0 | 110 | 116 | 103 | 5 | 77 | 24 |
| Binary | 1010101 | 11000 | 10011 | 0 | 1001000 | 1001110 | 1000011 | 101 | 111111 | 10100 |
Color Harmonies of #551813
Complementary color
Monochromatic Colors of #551813
Black with #551813
Text Example
Text Example
White with #551813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551813; }
p { color: rgb(85,24,19); }
H1.HeaderClassName
{
color: #551813;
}
.AnyTagClassName
{
color: #551813;
}
</style>
background-color css
<style>
a { background-color: #551813; }
a { background-color: rgb(85,24,19); }
div.DivClassName
{
background-color: #551813;
}
.BgClassName
{
background-color: #551813;
}
</style>
border-color css
<style>
span { border-color: #551813; }
span { border-color: rgb(85,24,19); }
td.TdClassName
{
border-color: #551813;
}
.TagClassName
{
border-color: #551813;
}
</style>