Shades of Solid Pink #884A53
Tints of Solid Pink #884A53
RGB
CMYK
RGB Variations
Color information
#884A53 (or 0x884A53) is known color: Solid Pink. HEX triplet: 88, 4A and 53. RGB value is (136,74,83). Sum of RGB (Red+Green+Blue) = 136+74+83=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #884A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A53 is #77B5AC. Grayscale: #5D5D5D. Windows color (decimal): -7845293 or 5458568. OLE color: 5458568.
HSL color Cylindrical-coordinate representation of color #884A53: hue angle of 351.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A53 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 83 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.47 |
| HSL | 351.29º | 0.3% | 0.41% | - |
| HSV(B) | 351.29º | 0.46% | 0.53% | - |
| XYZ | 14.16 | 10.76 | 9.51 | - |
| YUV | 93.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 83 | 0 | 0.46 | 0.39 | 0.47 | 351.29 | 0.3 | 0.41 |
| Hex | 88 | 4A | 53 | 0 | 2E | 27 | 2F | 15F | 1E | 29 |
| Octal | 210 | 112 | 123 | 0 | 56 | 47 | 57 | 537 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1010011 | 0 | 101110 | 100111 | 101111 | 101011111 | 11110 | 101001 |
Color Harmonies of #884A53
Complementary color
Monochromatic Colors of #884A53
Black with #884A53
Text Example
Text Example
White with #884A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A53; }
p { color: rgb(136,74,83); }
H1.HeaderClassName
{
color: #884A53;
}
.AnyTagClassName
{
color: #884A53;
}
</style>
background-color css
<style>
a { background-color: #884A53; }
a { background-color: rgb(136,74,83); }
div.DivClassName
{
background-color: #884A53;
}
.BgClassName
{
background-color: #884A53;
}
</style>
border-color css
<style>
span { border-color: #884A53; }
span { border-color: rgb(136,74,83); }
td.TdClassName
{
border-color: #884A53;
}
.TagClassName
{
border-color: #884A53;
}
</style>