Shades of Solid Pink #895355
Tints of Solid Pink #895355
RGB
CMYK
RGB Variations
Color information
#895355 (or 0x895355) is known color: Solid Pink. HEX triplet: 89, 53 and 55. RGB value is (137,83,85). Sum of RGB (Red+Green+Blue) = 137+83+85=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895355 is #76ACAA. Grayscale: #636363. Windows color (decimal): -7777451 or 5591945. OLE color: 5591945.
HSL color Cylindrical-coordinate representation of color #895355: hue angle of 357.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895355 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 85 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.46 |
| HSL | 357.78º | 0.25% | 0.43% | - |
| HSV(B) | 357.78º | 0.39% | 0.54% | - |
| XYZ | 15.05 | 12.16 | 10.15 | - |
| YUV | 99.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 85 | 0 | 0.39 | 0.38 | 0.46 | 357.78 | 0.25 | 0.43 |
| Hex | 89 | 53 | 55 | 0 | 27 | 26 | 2E | 166 | 19 | 2B |
| Octal | 211 | 123 | 125 | 0 | 47 | 46 | 56 | 546 | 31 | 53 |
| Binary | 10001001 | 1010011 | 1010101 | 0 | 100111 | 100110 | 101110 | 101100110 | 11001 | 101011 |
Color Harmonies of #895355
Complementary color
Monochromatic Colors of #895355
Black with #895355
Text Example
Text Example
White with #895355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895355; }
p { color: rgb(137,83,85); }
H1.HeaderClassName
{
color: #895355;
}
.AnyTagClassName
{
color: #895355;
}
</style>
background-color css
<style>
a { background-color: #895355; }
a { background-color: rgb(137,83,85); }
div.DivClassName
{
background-color: #895355;
}
.BgClassName
{
background-color: #895355;
}
</style>
border-color css
<style>
span { border-color: #895355; }
span { border-color: rgb(137,83,85); }
td.TdClassName
{
border-color: #895355;
}
.TagClassName
{
border-color: #895355;
}
</style>