Shades of Solid Pink #883F48
Tints of Solid Pink #883F48
RGB
CMYK
RGB Variations
Color information
#883F48 (or 0x883F48) is known color: Solid Pink. HEX triplet: 88, 3F and 48. RGB value is (136,63,72). Sum of RGB (Red+Green+Blue) = 136+63+72=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #883F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F48 is #77C0B7. Grayscale: #555555. Windows color (decimal): -7848120 or 4734856. OLE color: 4734856.
HSL color Cylindrical-coordinate representation of color #883F48: hue angle of 352.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F48 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 72 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.47 |
| HSL | 352.6º | 0.37% | 0.39% | - |
| HSV(B) | 352.6º | 0.54% | 0.53% | - |
| XYZ | 13.1 | 9.26 | 7.23 | - |
| YUV | 85.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 72 | 0 | 0.54 | 0.47 | 0.47 | 352.6 | 0.37 | 0.39 |
| Hex | 88 | 3F | 48 | 0 | 36 | 2F | 2F | 161 | 25 | 27 |
| Octal | 210 | 77 | 110 | 0 | 66 | 57 | 57 | 541 | 45 | 47 |
| Binary | 10001000 | 111111 | 1001000 | 0 | 110110 | 101111 | 101111 | 101100001 | 100101 | 100111 |
Color Harmonies of #883F48
Complementary color
Monochromatic Colors of #883F48
Black with #883F48
Text Example
Text Example
White with #883F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F48; }
p { color: rgb(136,63,72); }
H1.HeaderClassName
{
color: #883F48;
}
.AnyTagClassName
{
color: #883F48;
}
</style>
background-color css
<style>
a { background-color: #883F48; }
a { background-color: rgb(136,63,72); }
div.DivClassName
{
background-color: #883F48;
}
.BgClassName
{
background-color: #883F48;
}
</style>
border-color css
<style>
span { border-color: #883F48; }
span { border-color: rgb(136,63,72); }
td.TdClassName
{
border-color: #883F48;
}
.TagClassName
{
border-color: #883F48;
}
</style>