Shades of Red Oxide #551B19
Tints of Red Oxide #551B19
RGB
CMYK
RGB Variations
Color information
#551B19 (or 0x551B19) is known color: Red Oxide. HEX triplet: 55, 1B and 19. RGB value is (85,27,25). Sum of RGB (Red+Green+Blue) = 85+27+25=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B19 is #AAE4E6. Grayscale: #2C2C2C. Windows color (decimal): -11199719 or 1645397. OLE color: 1645397.
HSL color Cylindrical-coordinate representation of color #551B19: hue angle of 2º 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 #551B19 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 25 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.67 |
| HSL | 2º | 0.55% | 0.22% | - |
| HSV(B) | 2º | 0.71% | 0.33% | - |
| XYZ | 4.31 | 2.79 | 1.23 | - |
| YUV | 44.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 25 | 0 | 0.68 | 0.71 | 0.67 | 2 | 0.55 | 0.22 |
| Hex | 55 | 1B | 19 | 0 | 44 | 47 | 43 | 2 | 37 | 16 |
| Octal | 125 | 33 | 31 | 0 | 104 | 107 | 103 | 2 | 67 | 26 |
| Binary | 1010101 | 11011 | 11001 | 0 | 1000100 | 1000111 | 1000011 | 10 | 110111 | 10110 |
Color Harmonies of #551B19
Complementary color
Monochromatic Colors of #551B19
Black with #551B19
Text Example
Text Example
White with #551B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B19; }
p { color: rgb(85,27,25); }
H1.HeaderClassName
{
color: #551B19;
}
.AnyTagClassName
{
color: #551B19;
}
</style>
background-color css
<style>
a { background-color: #551B19; }
a { background-color: rgb(85,27,25); }
div.DivClassName
{
background-color: #551B19;
}
.BgClassName
{
background-color: #551B19;
}
</style>
border-color css
<style>
span { border-color: #551B19; }
span { border-color: rgb(85,27,25); }
td.TdClassName
{
border-color: #551B19;
}
.TagClassName
{
border-color: #551B19;
}
</style>