Shades of Red Oxide #551312
Tints of Red Oxide #551312
RGB
CMYK
RGB Variations
Color information
#551312 (or 0x551312) is known color: Red Oxide. HEX triplet: 55, 13 and 12. RGB value is (85,19,18). Sum of RGB (Red+Green+Blue) = 85+19+18=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551312 is #AAECED. Grayscale: #262626. Windows color (decimal): -11201774 or 1184597. OLE color: 1184597.
HSL color Cylindrical-coordinate representation of color #551312: hue angle of 0.9º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551312 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 18 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.67 |
| HSL | 0.9º | 0.65% | 0.2% | - |
| HSV(B) | 0.9º | 0.79% | 0.33% | - |
| XYZ | 4.09 | 2.44 | 0.83 | - |
| YUV | 38.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 18 | 0 | 0.78 | 0.79 | 0.67 | 0.9 | 0.65 | 0.2 |
| Hex | 55 | 13 | 12 | 0 | 4E | 4F | 43 | 1 | 41 | 14 |
| Octal | 125 | 23 | 22 | 0 | 116 | 117 | 103 | 1 | 101 | 24 |
| Binary | 1010101 | 10011 | 10010 | 0 | 1001110 | 1001111 | 1000011 | 1 | 1000001 | 10100 |
Color Harmonies of #551312
Complementary color
Monochromatic Colors of #551312
Black with #551312
Text Example
Text Example
White with #551312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551312; }
p { color: rgb(85,19,18); }
H1.HeaderClassName
{
color: #551312;
}
.AnyTagClassName
{
color: #551312;
}
</style>
background-color css
<style>
a { background-color: #551312; }
a { background-color: rgb(85,19,18); }
div.DivClassName
{
background-color: #551312;
}
.BgClassName
{
background-color: #551312;
}
</style>
border-color css
<style>
span { border-color: #551312; }
span { border-color: rgb(85,19,18); }
td.TdClassName
{
border-color: #551312;
}
.TagClassName
{
border-color: #551312;
}
</style>