Shades of Solid Pink #8A4551
Tints of Solid Pink #8A4551
RGB
CMYK
RGB Variations
Color information
#8A4551 (or 0x8A4551) is known color: Solid Pink. HEX triplet: 8A, 45 and 51. RGB value is (138,69,81). Sum of RGB (Red+Green+Blue) = 138+69+81=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4551 is #75BAAE. Grayscale: #5B5B5B. Windows color (decimal): -7715503 or 5326218. OLE color: 5326218.
HSL color Cylindrical-coordinate representation of color #8A4551: hue angle of 349.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A4551 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 81 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.46 |
| HSL | 349.57º | 0.33% | 0.41% | - |
| HSV(B) | 349.57º | 0.5% | 0.54% | - |
| XYZ | 14.09 | 10.25 | 9.02 | - |
| YUV | 91 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 81 | 0 | 0.5 | 0.41 | 0.46 | 349.57 | 0.33 | 0.41 |
| Hex | 8A | 45 | 51 | 0 | 32 | 29 | 2E | 15E | 21 | 29 |
| Octal | 212 | 105 | 121 | 0 | 62 | 51 | 56 | 536 | 41 | 51 |
| Binary | 10001010 | 1000101 | 1010001 | 0 | 110010 | 101001 | 101110 | 101011110 | 100001 | 101001 |
Color Harmonies of #8A4551
Complementary color
Monochromatic Colors of #8A4551
Black with #8A4551
Text Example
Text Example
White with #8A4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4551; }
p { color: rgb(138,69,81); }
H1.HeaderClassName
{
color: #8A4551;
}
.AnyTagClassName
{
color: #8A4551;
}
</style>
background-color css
<style>
a { background-color: #8A4551; }
a { background-color: rgb(138,69,81); }
div.DivClassName
{
background-color: #8A4551;
}
.BgClassName
{
background-color: #8A4551;
}
</style>
border-color css
<style>
span { border-color: #8A4551; }
span { border-color: rgb(138,69,81); }
td.TdClassName
{
border-color: #8A4551;
}
.TagClassName
{
border-color: #8A4551;
}
</style>