Shades of Red Oxide #551A13
Tints of Red Oxide #551A13
RGB
CMYK
RGB Variations
Color information
#551A13 (or 0x551A13) is known color: Red Oxide. HEX triplet: 55, 1A and 13. RGB value is (85,26,19). Sum of RGB (Red+Green+Blue) = 85+26+19=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A13 is #AAE5EC. Grayscale: #2A2A2A. Windows color (decimal): -11199981 or 1251925. OLE color: 1251925.
HSL color Cylindrical-coordinate representation of color #551A13: hue angle of 6.36º 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 #551A13 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 19 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.67 |
| HSL | 6.36º | 0.63% | 0.2% | - |
| HSV(B) | 6.36º | 0.78% | 0.33% | - |
| XYZ | 4.23 | 2.72 | 0.92 | - |
| YUV | 42.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 19 | 0 | 0.69 | 0.78 | 0.67 | 6.36 | 0.63 | 0.2 |
| Hex | 55 | 1A | 13 | 0 | 45 | 4E | 43 | 6 | 3F | 14 |
| Octal | 125 | 32 | 23 | 0 | 105 | 116 | 103 | 6 | 77 | 24 |
| Binary | 1010101 | 11010 | 10011 | 0 | 1000101 | 1001110 | 1000011 | 110 | 111111 | 10100 |
Color Harmonies of #551A13
Complementary color
Monochromatic Colors of #551A13
Black with #551A13
Text Example
Text Example
White with #551A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A13; }
p { color: rgb(85,26,19); }
H1.HeaderClassName
{
color: #551A13;
}
.AnyTagClassName
{
color: #551A13;
}
</style>
background-color css
<style>
a { background-color: #551A13; }
a { background-color: rgb(85,26,19); }
div.DivClassName
{
background-color: #551A13;
}
.BgClassName
{
background-color: #551A13;
}
</style>
border-color css
<style>
span { border-color: #551A13; }
span { border-color: rgb(85,26,19); }
td.TdClassName
{
border-color: #551A13;
}
.TagClassName
{
border-color: #551A13;
}
</style>