Shades of Red Oxide #551D1C
Tints of Red Oxide #551D1C
RGB
CMYK
RGB Variations
Color information
#551D1C (or 0x551D1C) is known color: Red Oxide. HEX triplet: 55, 1D and 1C. RGB value is (85,29,28). Sum of RGB (Red+Green+Blue) = 85+29+28=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D1C is #AAE2E3. Grayscale: #2D2D2D. Windows color (decimal): -11199204 or 1842517. OLE color: 1842517.
HSL color Cylindrical-coordinate representation of color #551D1C: hue angle of 1.05º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551D1C is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 28 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.67 |
| HSL | 1.05º | 0.5% | 0.22% | - |
| HSV(B) | 1.05º | 0.67% | 0.33% | - |
| XYZ | 4.4 | 2.89 | 1.43 | - |
| YUV | 45.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 28 | 0 | 0.66 | 0.67 | 0.67 | 1.05 | 0.5 | 0.22 |
| Hex | 55 | 1D | 1C | 0 | 42 | 43 | 43 | 1 | 32 | 16 |
| Octal | 125 | 35 | 34 | 0 | 102 | 103 | 103 | 1 | 62 | 26 |
| Binary | 1010101 | 11101 | 11100 | 0 | 1000010 | 1000011 | 1000011 | 1 | 110010 | 10110 |
Color Harmonies of #551D1C
Complementary color
Monochromatic Colors of #551D1C
Black with #551D1C
Text Example
Text Example
White with #551D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D1C; }
p { color: rgb(85,29,28); }
H1.HeaderClassName
{
color: #551D1C;
}
.AnyTagClassName
{
color: #551D1C;
}
</style>
background-color css
<style>
a { background-color: #551D1C; }
a { background-color: rgb(85,29,28); }
div.DivClassName
{
background-color: #551D1C;
}
.BgClassName
{
background-color: #551D1C;
}
</style>
border-color css
<style>
span { border-color: #551D1C; }
span { border-color: rgb(85,29,28); }
td.TdClassName
{
border-color: #551D1C;
}
.TagClassName
{
border-color: #551D1C;
}
</style>