Shades of Red Oxide #551311
Tints of Red Oxide #551311
RGB
CMYK
RGB Variations
Color information
#551311 (or 0x551311) is known color: Red Oxide. HEX triplet: 55, 13 and 11. RGB value is (85,19,17). Sum of RGB (Red+Green+Blue) = 85+19+17=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551311 is #AAECEE. Grayscale: #262626. Windows color (decimal): -11201775 or 1119061. OLE color: 1119061.
HSL color Cylindrical-coordinate representation of color #551311: hue angle of 1.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551311 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 17 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.67 |
| HSL | 1.76º | 0.67% | 0.2% | - |
| HSV(B) | 1.76º | 0.8% | 0.33% | - |
| XYZ | 4.08 | 2.44 | 0.79 | - |
| YUV | 38.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 17 | 0 | 0.78 | 0.80 | 0.67 | 1.76 | 0.67 | 0.2 |
| Hex | 55 | 13 | 11 | 0 | 4E | 50 | 43 | 2 | 43 | 14 |
| Octal | 125 | 23 | 21 | 0 | 116 | 120 | 103 | 2 | 103 | 24 |
| Binary | 1010101 | 10011 | 10001 | 0 | 1001110 | 1010000 | 1000011 | 10 | 1000011 | 10100 |
Color Harmonies of #551311
Complementary color
Monochromatic Colors of #551311
Black with #551311
Text Example
Text Example
White with #551311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551311; }
p { color: rgb(85,19,17); }
H1.HeaderClassName
{
color: #551311;
}
.AnyTagClassName
{
color: #551311;
}
</style>
background-color css
<style>
a { background-color: #551311; }
a { background-color: rgb(85,19,17); }
div.DivClassName
{
background-color: #551311;
}
.BgClassName
{
background-color: #551311;
}
</style>
border-color css
<style>
span { border-color: #551311; }
span { border-color: rgb(85,19,17); }
td.TdClassName
{
border-color: #551311;
}
.TagClassName
{
border-color: #551311;
}
</style>