Shades of Red Oxide #551D1B
Tints of Red Oxide #551D1B
RGB
CMYK
RGB Variations
Color information
#551D1B (or 0x551D1B) is known color: Red Oxide. HEX triplet: 55, 1D and 1B. RGB value is (85,29,27). Sum of RGB (Red+Green+Blue) = 85+29+27=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D1B is #AAE2E4. Grayscale: #2D2D2D. Windows color (decimal): -11199205 or 1776981. OLE color: 1776981.
HSL color Cylindrical-coordinate representation of color #551D1B: hue angle of 2.07º 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 #551D1B is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 27 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.67 |
| HSL | 2.07º | 0.52% | 0.22% | - |
| HSV(B) | 2.07º | 0.68% | 0.33% | - |
| XYZ | 4.38 | 2.89 | 1.36 | - |
| YUV | 45.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 27 | 0 | 0.66 | 0.68 | 0.67 | 2.07 | 0.52 | 0.22 |
| Hex | 55 | 1D | 1B | 0 | 42 | 44 | 43 | 2 | 34 | 16 |
| Octal | 125 | 35 | 33 | 0 | 102 | 104 | 103 | 2 | 64 | 26 |
| Binary | 1010101 | 11101 | 11011 | 0 | 1000010 | 1000100 | 1000011 | 10 | 110100 | 10110 |
Color Harmonies of #551D1B
Complementary color
Monochromatic Colors of #551D1B
Black with #551D1B
Text Example
Text Example
White with #551D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D1B; }
p { color: rgb(85,29,27); }
H1.HeaderClassName
{
color: #551D1B;
}
.AnyTagClassName
{
color: #551D1B;
}
</style>
background-color css
<style>
a { background-color: #551D1B; }
a { background-color: rgb(85,29,27); }
div.DivClassName
{
background-color: #551D1B;
}
.BgClassName
{
background-color: #551D1B;
}
</style>
border-color css
<style>
span { border-color: #551D1B; }
span { border-color: rgb(85,29,27); }
td.TdClassName
{
border-color: #551D1B;
}
.TagClassName
{
border-color: #551D1B;
}
</style>