Shades of Solid Pink #8A4447
Tints of Solid Pink #8A4447
RGB
CMYK
RGB Variations
Color information
#8A4447 (or 0x8A4447) is known color: Solid Pink. HEX triplet: 8A, 44 and 47. RGB value is (138,68,71). Sum of RGB (Red+Green+Blue) = 138+68+71=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4447 is #75BBB8. Grayscale: #595959. Windows color (decimal): -7715769 or 4670602. OLE color: 4670602.
HSL color Cylindrical-coordinate representation of color #8A4447: hue angle of 357.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4447 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 71 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.46 |
| HSL | 357.43º | 0.34% | 0.4% | - |
| HSV(B) | 357.43º | 0.51% | 0.54% | - |
| XYZ | 13.69 | 9.99 | 7.17 | - |
| YUV | 89.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 71 | 0 | 0.51 | 0.49 | 0.46 | 357.43 | 0.34 | 0.4 |
| Hex | 8A | 44 | 47 | 0 | 33 | 31 | 2E | 165 | 22 | 28 |
| Octal | 212 | 104 | 107 | 0 | 63 | 61 | 56 | 545 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1000111 | 0 | 110011 | 110001 | 101110 | 101100101 | 100010 | 101000 |
Color Harmonies of #8A4447
Complementary color
Monochromatic Colors of #8A4447
Black with #8A4447
Text Example
Text Example
White with #8A4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4447; }
p { color: rgb(138,68,71); }
H1.HeaderClassName
{
color: #8A4447;
}
.AnyTagClassName
{
color: #8A4447;
}
</style>
background-color css
<style>
a { background-color: #8A4447; }
a { background-color: rgb(138,68,71); }
div.DivClassName
{
background-color: #8A4447;
}
.BgClassName
{
background-color: #8A4447;
}
</style>
border-color css
<style>
span { border-color: #8A4447; }
span { border-color: rgb(138,68,71); }
td.TdClassName
{
border-color: #8A4447;
}
.TagClassName
{
border-color: #8A4447;
}
</style>