Shades of Solid Pink #855357
Tints of Solid Pink #855357
RGB
CMYK
RGB Variations
Color information
#855357 (or 0x855357) is known color: Solid Pink. HEX triplet: 85, 53 and 57. RGB value is (133,83,87). Sum of RGB (Red+Green+Blue) = 133+83+87=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855357 is #7AACA8. Grayscale: #626262. Windows color (decimal): -8039593 or 5723013. OLE color: 5723013.
HSL color Cylindrical-coordinate representation of color #855357: hue angle of 355.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855357 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 87 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.48 |
| HSL | 355.2º | 0.23% | 0.42% | - |
| HSV(B) | 355.2º | 0.38% | 0.52% | - |
| XYZ | 14.49 | 11.86 | 10.54 | - |
| YUV | 98.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 87 | 0 | 0.38 | 0.35 | 0.48 | 355.2 | 0.23 | 0.42 |
| Hex | 85 | 53 | 57 | 0 | 26 | 23 | 30 | 163 | 17 | 2A |
| Octal | 205 | 123 | 127 | 0 | 46 | 43 | 60 | 543 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1010111 | 0 | 100110 | 100011 | 110000 | 101100011 | 10111 | 101010 |
Color Harmonies of #855357
Complementary color
Monochromatic Colors of #855357
Black with #855357
Text Example
Text Example
White with #855357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855357; }
p { color: rgb(133,83,87); }
H1.HeaderClassName
{
color: #855357;
}
.AnyTagClassName
{
color: #855357;
}
</style>
background-color css
<style>
a { background-color: #855357; }
a { background-color: rgb(133,83,87); }
div.DivClassName
{
background-color: #855357;
}
.BgClassName
{
background-color: #855357;
}
</style>
border-color css
<style>
span { border-color: #855357; }
span { border-color: rgb(133,83,87); }
td.TdClassName
{
border-color: #855357;
}
.TagClassName
{
border-color: #855357;
}
</style>