Shades of Red Oxide #551E1B
Tints of Red Oxide #551E1B
RGB
CMYK
RGB Variations
Color information
#551E1B (or 0x551E1B) is known color: Red Oxide. HEX triplet: 55, 1E and 1B. RGB value is (85,30,27). Sum of RGB (Red+Green+Blue) = 85+30+27=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E1B is #AAE1E4. Grayscale: #2E2E2E. Windows color (decimal): -11198949 or 1777237. OLE color: 1777237.
HSL color Cylindrical-coordinate representation of color #551E1B: hue angle of 3.1º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551E1B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 27 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.67 |
| HSL | 3.1º | 0.52% | 0.22% | - |
| HSV(B) | 3.1º | 0.68% | 0.33% | - |
| XYZ | 4.41 | 2.94 | 1.37 | - |
| YUV | 46.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 27 | 0 | 0.65 | 0.68 | 0.67 | 3.1 | 0.52 | 0.22 |
| Hex | 55 | 1E | 1B | 0 | 41 | 44 | 43 | 3 | 34 | 16 |
| Octal | 125 | 36 | 33 | 0 | 101 | 104 | 103 | 3 | 64 | 26 |
| Binary | 1010101 | 11110 | 11011 | 0 | 1000001 | 1000100 | 1000011 | 11 | 110100 | 10110 |
Color Harmonies of #551E1B
Complementary color
Monochromatic Colors of #551E1B
Black with #551E1B
Text Example
Text Example
White with #551E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E1B; }
p { color: rgb(85,30,27); }
H1.HeaderClassName
{
color: #551E1B;
}
.AnyTagClassName
{
color: #551E1B;
}
</style>
background-color css
<style>
a { background-color: #551E1B; }
a { background-color: rgb(85,30,27); }
div.DivClassName
{
background-color: #551E1B;
}
.BgClassName
{
background-color: #551E1B;
}
</style>
border-color css
<style>
span { border-color: #551E1B; }
span { border-color: rgb(85,30,27); }
td.TdClassName
{
border-color: #551E1B;
}
.TagClassName
{
border-color: #551E1B;
}
</style>