Shades of Rose Taupe #855A59
Tints of Rose Taupe #855A59
RGB
CMYK
RGB Variations
Color information
#855A59 (or 0x855A59) is known color: Rose Taupe. HEX triplet: 85, 5A and 59. RGB value is (133,90,89). Sum of RGB (Red+Green+Blue) = 133+90+89=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A59 is #7AA5A6. Grayscale: #666666. Windows color (decimal): -8037799 or 5855877. OLE color: 5855877.
HSL color Cylindrical-coordinate representation of color #855A59: hue angle of 1.36º 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 #855A59 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 89 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.48 |
| HSL | 1.36º | 0.2% | 0.44% | - |
| HSV(B) | 1.36º | 0.33% | 0.52% | - |
| XYZ | 15.13 | 13.02 | 11.17 | - |
| YUV | 102.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 89 | 0 | 0.32 | 0.33 | 0.48 | 1.36 | 0.2 | 0.44 |
| Hex | 85 | 5A | 59 | 0 | 20 | 21 | 30 | 1 | 14 | 2C |
| Octal | 205 | 132 | 131 | 0 | 40 | 41 | 60 | 1 | 24 | 54 |
| Binary | 10000101 | 1011010 | 1011001 | 0 | 100000 | 100001 | 110000 | 1 | 10100 | 101100 |
Color Harmonies of #855A59
Complementary color
Monochromatic Colors of #855A59
Black with #855A59
Text Example
Text Example
White with #855A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A59; }
p { color: rgb(133,90,89); }
H1.HeaderClassName
{
color: #855A59;
}
.AnyTagClassName
{
color: #855A59;
}
</style>
background-color css
<style>
a { background-color: #855A59; }
a { background-color: rgb(133,90,89); }
div.DivClassName
{
background-color: #855A59;
}
.BgClassName
{
background-color: #855A59;
}
</style>
border-color css
<style>
span { border-color: #855A59; }
span { border-color: rgb(133,90,89); }
td.TdClassName
{
border-color: #855A59;
}
.TagClassName
{
border-color: #855A59;
}
</style>