Shades of Rose Taupe #855A58
Tints of Rose Taupe #855A58
RGB
CMYK
RGB Variations
Color information
#855A58 (or 0x855A58) is known color: Rose Taupe. HEX triplet: 85, 5A and 58. RGB value is (133,90,88). Sum of RGB (Red+Green+Blue) = 133+90+88=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #855A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A58 is #7AA5A7. Grayscale: #666666. Windows color (decimal): -8037800 or 5790341. OLE color: 5790341.
HSL color Cylindrical-coordinate representation of color #855A58: hue angle of 2.67º 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 #855A58 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 88 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.48 |
| HSL | 2.67º | 0.2% | 0.43% | - |
| HSV(B) | 2.67º | 0.34% | 0.52% | - |
| XYZ | 15.09 | 13 | 10.95 | - |
| YUV | 102.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 88 | 0 | 0.32 | 0.34 | 0.48 | 2.67 | 0.2 | 0.43 |
| Hex | 85 | 5A | 58 | 0 | 20 | 22 | 30 | 3 | 14 | 2B |
| Octal | 205 | 132 | 130 | 0 | 40 | 42 | 60 | 3 | 24 | 53 |
| Binary | 10000101 | 1011010 | 1011000 | 0 | 100000 | 100010 | 110000 | 11 | 10100 | 101011 |
Color Harmonies of #855A58
Complementary color
Monochromatic Colors of #855A58
Black with #855A58
Text Example
Text Example
White with #855A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A58; }
p { color: rgb(133,90,88); }
H1.HeaderClassName
{
color: #855A58;
}
.AnyTagClassName
{
color: #855A58;
}
</style>
background-color css
<style>
a { background-color: #855A58; }
a { background-color: rgb(133,90,88); }
div.DivClassName
{
background-color: #855A58;
}
.BgClassName
{
background-color: #855A58;
}
</style>
border-color css
<style>
span { border-color: #855A58; }
span { border-color: rgb(133,90,88); }
td.TdClassName
{
border-color: #855A58;
}
.TagClassName
{
border-color: #855A58;
}
</style>