Shades of Solid Pink #8A4852
Tints of Solid Pink #8A4852
RGB
CMYK
RGB Variations
Color information
#8A4852 (or 0x8A4852) is known color: Solid Pink. HEX triplet: 8A, 48 and 52. RGB value is (138,72,82). Sum of RGB (Red+Green+Blue) = 138+72+82=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4852 is #75B7AD. Grayscale: #5C5C5C. Windows color (decimal): -7714734 or 5392522. OLE color: 5392522.
HSL color Cylindrical-coordinate representation of color #8A4852: hue angle of 350.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A4852 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 82 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.46 |
| HSL | 350.91º | 0.31% | 0.41% | - |
| HSV(B) | 350.91º | 0.48% | 0.54% | - |
| XYZ | 14.32 | 10.65 | 9.28 | - |
| YUV | 92.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 82 | 0 | 0.48 | 0.41 | 0.46 | 350.91 | 0.31 | 0.41 |
| Hex | 8A | 48 | 52 | 0 | 30 | 29 | 2E | 15F | 1F | 29 |
| Octal | 212 | 110 | 122 | 0 | 60 | 51 | 56 | 537 | 37 | 51 |
| Binary | 10001010 | 1001000 | 1010010 | 0 | 110000 | 101001 | 101110 | 101011111 | 11111 | 101001 |
Color Harmonies of #8A4852
Complementary color
Monochromatic Colors of #8A4852
Black with #8A4852
Text Example
Text Example
White with #8A4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4852; }
p { color: rgb(138,72,82); }
H1.HeaderClassName
{
color: #8A4852;
}
.AnyTagClassName
{
color: #8A4852;
}
</style>
background-color css
<style>
a { background-color: #8A4852; }
a { background-color: rgb(138,72,82); }
div.DivClassName
{
background-color: #8A4852;
}
.BgClassName
{
background-color: #8A4852;
}
</style>
border-color css
<style>
span { border-color: #8A4852; }
span { border-color: rgb(138,72,82); }
td.TdClassName
{
border-color: #8A4852;
}
.TagClassName
{
border-color: #8A4852;
}
</style>