Shades of Red Oxide #551D19
Tints of Red Oxide #551D19
RGB
CMYK
RGB Variations
Color information
#551D19 (or 0x551D19) is known color: Red Oxide. HEX triplet: 55, 1D and 19. RGB value is (85,29,25). Sum of RGB (Red+Green+Blue) = 85+29+25=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D19 is #AAE2E6. Grayscale: #2D2D2D. Windows color (decimal): -11199207 or 1645909. OLE color: 1645909.
HSL color Cylindrical-coordinate representation of color #551D19: hue angle of 4º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551D19 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 25 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.67 |
| HSL | 4º | 0.55% | 0.22% | - |
| HSV(B) | 4º | 0.71% | 0.33% | - |
| XYZ | 4.36 | 2.88 | 1.25 | - |
| YUV | 45.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 25 | 0 | 0.66 | 0.71 | 0.67 | 4 | 0.55 | 0.22 |
| Hex | 55 | 1D | 19 | 0 | 42 | 47 | 43 | 4 | 37 | 16 |
| Octal | 125 | 35 | 31 | 0 | 102 | 107 | 103 | 4 | 67 | 26 |
| Binary | 1010101 | 11101 | 11001 | 0 | 1000010 | 1000111 | 1000011 | 100 | 110111 | 10110 |
Color Harmonies of #551D19
Complementary color
Monochromatic Colors of #551D19
Black with #551D19
Text Example
Text Example
White with #551D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D19; }
p { color: rgb(85,29,25); }
H1.HeaderClassName
{
color: #551D19;
}
.AnyTagClassName
{
color: #551D19;
}
</style>
background-color css
<style>
a { background-color: #551D19; }
a { background-color: rgb(85,29,25); }
div.DivClassName
{
background-color: #551D19;
}
.BgClassName
{
background-color: #551D19;
}
</style>
border-color css
<style>
span { border-color: #551D19; }
span { border-color: rgb(85,29,25); }
td.TdClassName
{
border-color: #551D19;
}
.TagClassName
{
border-color: #551D19;
}
</style>