Shades of Red Oxide #551613
Tints of Red Oxide #551613
RGB
CMYK
RGB Variations
Color information
#551613 (or 0x551613) is known color: Red Oxide. HEX triplet: 55, 16 and 13. RGB value is (85,22,19). Sum of RGB (Red+Green+Blue) = 85+22+19=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551613 is #AAE9EC. Grayscale: #282828. Windows color (decimal): -11201005 or 1250901. OLE color: 1250901.
HSL color Cylindrical-coordinate representation of color #551613: hue angle of 2.73º 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 #551613 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 19 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.67 |
| HSL | 2.73º | 0.63% | 0.2% | - |
| HSV(B) | 2.73º | 0.78% | 0.33% | - |
| XYZ | 4.15 | 2.55 | 0.89 | - |
| YUV | 40.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 19 | 0 | 0.74 | 0.78 | 0.67 | 2.73 | 0.63 | 0.2 |
| Hex | 55 | 16 | 13 | 0 | 4A | 4E | 43 | 3 | 3F | 14 |
| Octal | 125 | 26 | 23 | 0 | 112 | 116 | 103 | 3 | 77 | 24 |
| Binary | 1010101 | 10110 | 10011 | 0 | 1001010 | 1001110 | 1000011 | 11 | 111111 | 10100 |
Color Harmonies of #551613
Complementary color
Monochromatic Colors of #551613
Black with #551613
Text Example
Text Example
White with #551613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551613; }
p { color: rgb(85,22,19); }
H1.HeaderClassName
{
color: #551613;
}
.AnyTagClassName
{
color: #551613;
}
</style>
background-color css
<style>
a { background-color: #551613; }
a { background-color: rgb(85,22,19); }
div.DivClassName
{
background-color: #551613;
}
.BgClassName
{
background-color: #551613;
}
</style>
border-color css
<style>
span { border-color: #551613; }
span { border-color: rgb(85,22,19); }
td.TdClassName
{
border-color: #551613;
}
.TagClassName
{
border-color: #551613;
}
</style>