Shades of Solid Pink #8A444C
Tints of Solid Pink #8A444C
RGB
CMYK
RGB Variations
Color information
#8A444C (or 0x8A444C) is known color: Solid Pink. HEX triplet: 8A, 44 and 4C. RGB value is (138,68,76). Sum of RGB (Red+Green+Blue) = 138+68+76=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A444C is #75BBB3. Grayscale: #595959. Windows color (decimal): -7715764 or 4998282. OLE color: 4998282.
HSL color Cylindrical-coordinate representation of color #8A444C: hue angle of 353.14º 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 #8A444C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 76 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.46 |
| HSL | 353.14º | 0.34% | 0.4% | - |
| HSV(B) | 353.14º | 0.51% | 0.54% | - |
| XYZ | 13.85 | 10.06 | 8.05 | - |
| YUV | 89.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 76 | 0 | 0.51 | 0.45 | 0.46 | 353.14 | 0.34 | 0.4 |
| Hex | 8A | 44 | 4C | 0 | 33 | 2D | 2E | 161 | 22 | 28 |
| Octal | 212 | 104 | 114 | 0 | 63 | 55 | 56 | 541 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1001100 | 0 | 110011 | 101101 | 101110 | 101100001 | 100010 | 101000 |
Color Harmonies of #8A444C
Complementary color
Monochromatic Colors of #8A444C
Black with #8A444C
Text Example
Text Example
White with #8A444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A444C; }
p { color: rgb(138,68,76); }
H1.HeaderClassName
{
color: #8A444C;
}
.AnyTagClassName
{
color: #8A444C;
}
</style>
background-color css
<style>
a { background-color: #8A444C; }
a { background-color: rgb(138,68,76); }
div.DivClassName
{
background-color: #8A444C;
}
.BgClassName
{
background-color: #8A444C;
}
</style>
border-color css
<style>
span { border-color: #8A444C; }
span { border-color: rgb(138,68,76); }
td.TdClassName
{
border-color: #8A444C;
}
.TagClassName
{
border-color: #8A444C;
}
</style>