Shades of Red Oxide #551306
Tints of Red Oxide #551306
RGB
CMYK
RGB Variations
Color information
#551306 (or 0x551306) is known color: Red Oxide. HEX triplet: 55, 13 and 06. RGB value is (85,19,6). Sum of RGB (Red+Green+Blue) = 85+19+6=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551306 is #AAECF9. Grayscale: #252525. Windows color (decimal): -11201786 or 398165. OLE color: 398165.
HSL color Cylindrical-coordinate representation of color #551306: hue angle of 9.87º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #551306 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 6 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.67 |
| HSL | 9.87º | 0.87% | 0.18% | - |
| HSV(B) | 9.87º | 0.93% | 0.33% | - |
| XYZ | 4.01 | 2.41 | 0.43 | - |
| YUV | 37.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 6 | 0 | 0.78 | 0.93 | 0.67 | 9.87 | 0.87 | 0.18 |
| Hex | 55 | 13 | 6 | 0 | 4E | 5D | 43 | A | 57 | 12 |
| Octal | 125 | 23 | 6 | 0 | 116 | 135 | 103 | 12 | 127 | 22 |
| Binary | 1010101 | 10011 | 110 | 0 | 1001110 | 1011101 | 1000011 | 1010 | 1010111 | 10010 |
Color Harmonies of #551306
Complementary color
Monochromatic Colors of #551306
Black with #551306
Text Example
Text Example
White with #551306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551306; }
p { color: rgb(85,19,6); }
H1.HeaderClassName
{
color: #551306;
}
.AnyTagClassName
{
color: #551306;
}
</style>
background-color css
<style>
a { background-color: #551306; }
a { background-color: rgb(85,19,6); }
div.DivClassName
{
background-color: #551306;
}
.BgClassName
{
background-color: #551306;
}
</style>
border-color css
<style>
span { border-color: #551306; }
span { border-color: rgb(85,19,6); }
td.TdClassName
{
border-color: #551306;
}
.TagClassName
{
border-color: #551306;
}
</style>