Shades of Red Oxide #551B16
Tints of Red Oxide #551B16
RGB
CMYK
RGB Variations
Color information
#551B16 (or 0x551B16) is known color: Red Oxide. HEX triplet: 55, 1B and 16. RGB value is (85,27,22). Sum of RGB (Red+Green+Blue) = 85+27+22=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #551B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B16 is #AAE4E9. Grayscale: #2B2B2B. Windows color (decimal): -11199722 or 1448789. OLE color: 1448789.
HSL color Cylindrical-coordinate representation of color #551B16: hue angle of 4.76º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551B16 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 22 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.67 |
| HSL | 4.76º | 0.59% | 0.21% | - |
| HSV(B) | 4.76º | 0.74% | 0.33% | - |
| XYZ | 4.28 | 2.77 | 1.07 | - |
| YUV | 43.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 22 | 0 | 0.68 | 0.74 | 0.67 | 4.76 | 0.59 | 0.21 |
| Hex | 55 | 1B | 16 | 0 | 44 | 4A | 43 | 5 | 3B | 15 |
| Octal | 125 | 33 | 26 | 0 | 104 | 112 | 103 | 5 | 73 | 25 |
| Binary | 1010101 | 11011 | 10110 | 0 | 1000100 | 1001010 | 1000011 | 101 | 111011 | 10101 |
Color Harmonies of #551B16
Complementary color
Monochromatic Colors of #551B16
Black with #551B16
Text Example
Text Example
White with #551B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B16; }
p { color: rgb(85,27,22); }
H1.HeaderClassName
{
color: #551B16;
}
.AnyTagClassName
{
color: #551B16;
}
</style>
background-color css
<style>
a { background-color: #551B16; }
a { background-color: rgb(85,27,22); }
div.DivClassName
{
background-color: #551B16;
}
.BgClassName
{
background-color: #551B16;
}
</style>
border-color css
<style>
span { border-color: #551B16; }
span { border-color: rgb(85,27,22); }
td.TdClassName
{
border-color: #551B16;
}
.TagClassName
{
border-color: #551B16;
}
</style>