Shades of Rose Taupe #855C58
Tints of Rose Taupe #855C58
RGB
CMYK
RGB Variations
Color information
#855C58 (or 0x855C58) is known color: Rose Taupe. HEX triplet: 85, 5C and 58. RGB value is (133,92,88). Sum of RGB (Red+Green+Blue) = 133+92+88=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C58 is #7AA3A7. Grayscale: #676767. Windows color (decimal): -8037288 or 5790853. OLE color: 5790853.
HSL color Cylindrical-coordinate representation of color #855C58: hue angle of 5.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855C58 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 88 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.48 |
| HSL | 5.33º | 0.2% | 0.43% | - |
| HSV(B) | 5.33º | 0.34% | 0.52% | - |
| XYZ | 15.26 | 13.35 | 11 | - |
| YUV | 103.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 88 | 0 | 0.31 | 0.34 | 0.48 | 5.33 | 0.2 | 0.43 |
| Hex | 85 | 5C | 58 | 0 | 1F | 22 | 30 | 5 | 14 | 2B |
| Octal | 205 | 134 | 130 | 0 | 37 | 42 | 60 | 5 | 24 | 53 |
| Binary | 10000101 | 1011100 | 1011000 | 0 | 11111 | 100010 | 110000 | 101 | 10100 | 101011 |
Color Harmonies of #855C58
Complementary color
Monochromatic Colors of #855C58
Black with #855C58
Text Example
Text Example
White with #855C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C58; }
p { color: rgb(133,92,88); }
H1.HeaderClassName
{
color: #855C58;
}
.AnyTagClassName
{
color: #855C58;
}
</style>
background-color css
<style>
a { background-color: #855C58; }
a { background-color: rgb(133,92,88); }
div.DivClassName
{
background-color: #855C58;
}
.BgClassName
{
background-color: #855C58;
}
</style>
border-color css
<style>
span { border-color: #855C58; }
span { border-color: rgb(133,92,88); }
td.TdClassName
{
border-color: #855C58;
}
.TagClassName
{
border-color: #855C58;
}
</style>