Shades of Solid Pink #885359
Tints of Solid Pink #885359
RGB
CMYK
RGB Variations
Color information
#885359 (or 0x885359) is known color: Solid Pink. HEX triplet: 88, 53 and 59. RGB value is (136,83,89). Sum of RGB (Red+Green+Blue) = 136+83+89=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885359 is #77ACA6. Grayscale: #636363. Windows color (decimal): -7842983 or 5854088. OLE color: 5854088.
HSL color Cylindrical-coordinate representation of color #885359: hue angle of 353.21º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885359 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 89 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.47 |
| HSL | 353.21º | 0.24% | 0.43% | - |
| HSV(B) | 353.21º | 0.39% | 0.53% | - |
| XYZ | 15.05 | 12.14 | 11 | - |
| YUV | 99.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 89 | 0 | 0.39 | 0.35 | 0.47 | 353.21 | 0.24 | 0.43 |
| Hex | 88 | 53 | 59 | 0 | 27 | 23 | 2F | 161 | 18 | 2B |
| Octal | 210 | 123 | 131 | 0 | 47 | 43 | 57 | 541 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1011001 | 0 | 100111 | 100011 | 101111 | 101100001 | 11000 | 101011 |
Color Harmonies of #885359
Complementary color
Monochromatic Colors of #885359
Black with #885359
Text Example
Text Example
White with #885359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885359; }
p { color: rgb(136,83,89); }
H1.HeaderClassName
{
color: #885359;
}
.AnyTagClassName
{
color: #885359;
}
</style>
background-color css
<style>
a { background-color: #885359; }
a { background-color: rgb(136,83,89); }
div.DivClassName
{
background-color: #885359;
}
.BgClassName
{
background-color: #885359;
}
</style>
border-color css
<style>
span { border-color: #885359; }
span { border-color: rgb(136,83,89); }
td.TdClassName
{
border-color: #885359;
}
.TagClassName
{
border-color: #885359;
}
</style>