Shades of Rose Taupe #855A56
Tints of Rose Taupe #855A56
RGB
CMYK
RGB Variations
Color information
#855A56 (or 0x855A56) is known color: Rose Taupe. HEX triplet: 85, 5A and 56. RGB value is (133,90,86). Sum of RGB (Red+Green+Blue) = 133+90+86=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A56 is #7AA5A9. Grayscale: #666666. Windows color (decimal): -8037802 or 5659269. OLE color: 5659269.
HSL color Cylindrical-coordinate representation of color #855A56: hue angle of 5.11º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855A56 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 86 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.48 |
| HSL | 5.11º | 0.21% | 0.43% | - |
| HSV(B) | 5.11º | 0.35% | 0.52% | - |
| XYZ | 15.01 | 12.97 | 10.52 | - |
| YUV | 102.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 86 | 0 | 0.32 | 0.35 | 0.48 | 5.11 | 0.21 | 0.43 |
| Hex | 85 | 5A | 56 | 0 | 20 | 23 | 30 | 5 | 15 | 2B |
| Octal | 205 | 132 | 126 | 0 | 40 | 43 | 60 | 5 | 25 | 53 |
| Binary | 10000101 | 1011010 | 1010110 | 0 | 100000 | 100011 | 110000 | 101 | 10101 | 101011 |
Color Harmonies of #855A56
Complementary color
Monochromatic Colors of #855A56
Black with #855A56
Text Example
Text Example
White with #855A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A56; }
p { color: rgb(133,90,86); }
H1.HeaderClassName
{
color: #855A56;
}
.AnyTagClassName
{
color: #855A56;
}
</style>
background-color css
<style>
a { background-color: #855A56; }
a { background-color: rgb(133,90,86); }
div.DivClassName
{
background-color: #855A56;
}
.BgClassName
{
background-color: #855A56;
}
</style>
border-color css
<style>
span { border-color: #855A56; }
span { border-color: rgb(133,90,86); }
td.TdClassName
{
border-color: #855A56;
}
.TagClassName
{
border-color: #855A56;
}
</style>