Shades of Rose Taupe #855B59
Tints of Rose Taupe #855B59
RGB
CMYK
RGB Variations
Color information
#855B59 (or 0x855B59) is known color: Rose Taupe. HEX triplet: 85, 5B and 59. RGB value is (133,91,89). Sum of RGB (Red+Green+Blue) = 133+91+89=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B59 is #7AA4A6. Grayscale: #676767. Windows color (decimal): -8037543 or 5856133. OLE color: 5856133.
HSL color Cylindrical-coordinate representation of color #855B59: hue angle of 2.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855B59 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 89 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.48 |
| HSL | 2.73º | 0.2% | 0.44% | - |
| HSV(B) | 2.73º | 0.33% | 0.52% | - |
| XYZ | 15.22 | 13.19 | 11.2 | - |
| YUV | 103.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 89 | 0 | 0.32 | 0.33 | 0.48 | 2.73 | 0.2 | 0.44 |
| Hex | 85 | 5B | 59 | 0 | 20 | 21 | 30 | 3 | 14 | 2C |
| Octal | 205 | 133 | 131 | 0 | 40 | 41 | 60 | 3 | 24 | 54 |
| Binary | 10000101 | 1011011 | 1011001 | 0 | 100000 | 100001 | 110000 | 11 | 10100 | 101100 |
Color Harmonies of #855B59
Complementary color
Monochromatic Colors of #855B59
Black with #855B59
Text Example
Text Example
White with #855B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B59; }
p { color: rgb(133,91,89); }
H1.HeaderClassName
{
color: #855B59;
}
.AnyTagClassName
{
color: #855B59;
}
</style>
background-color css
<style>
a { background-color: #855B59; }
a { background-color: rgb(133,91,89); }
div.DivClassName
{
background-color: #855B59;
}
.BgClassName
{
background-color: #855B59;
}
</style>
border-color css
<style>
span { border-color: #855B59; }
span { border-color: rgb(133,91,89); }
td.TdClassName
{
border-color: #855B59;
}
.TagClassName
{
border-color: #855B59;
}
</style>