Shades of Solid Pink #895253
Tints of Solid Pink #895253
RGB
CMYK
RGB Variations
Color information
#895253 (or 0x895253) is known color: Solid Pink. HEX triplet: 89, 52 and 53. RGB value is (137,82,83). Sum of RGB (Red+Green+Blue) = 137+82+83=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #895253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895253 is #76ADAC. Grayscale: #626262. Windows color (decimal): -7777709 or 5460617. OLE color: 5460617.
HSL color Cylindrical-coordinate representation of color #895253: hue angle of 358.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895253 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 83 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.46 |
| HSL | 358.91º | 0.25% | 0.43% | - |
| HSV(B) | 358.91º | 0.4% | 0.54% | - |
| XYZ | 14.9 | 11.98 | 9.71 | - |
| YUV | 98.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 83 | 0 | 0.40 | 0.39 | 0.46 | 358.91 | 0.25 | 0.43 |
| Hex | 89 | 52 | 53 | 0 | 28 | 27 | 2E | 167 | 19 | 2B |
| Octal | 211 | 122 | 123 | 0 | 50 | 47 | 56 | 547 | 31 | 53 |
| Binary | 10001001 | 1010010 | 1010011 | 0 | 101000 | 100111 | 101110 | 101100111 | 11001 | 101011 |
Color Harmonies of #895253
Complementary color
Monochromatic Colors of #895253
Black with #895253
Text Example
Text Example
White with #895253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895253; }
p { color: rgb(137,82,83); }
H1.HeaderClassName
{
color: #895253;
}
.AnyTagClassName
{
color: #895253;
}
</style>
background-color css
<style>
a { background-color: #895253; }
a { background-color: rgb(137,82,83); }
div.DivClassName
{
background-color: #895253;
}
.BgClassName
{
background-color: #895253;
}
</style>
border-color css
<style>
span { border-color: #895253; }
span { border-color: rgb(137,82,83); }
td.TdClassName
{
border-color: #895253;
}
.TagClassName
{
border-color: #895253;
}
</style>