Shades of Solid Pink #8A4952
Tints of Solid Pink #8A4952
RGB
CMYK
RGB Variations
Color information
#8A4952 (or 0x8A4952) is known color: Solid Pink. HEX triplet: 8A, 49 and 52. RGB value is (138,73,82). Sum of RGB (Red+Green+Blue) = 138+73+82=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4952 is #75B6AD. Grayscale: #5D5D5D. Windows color (decimal): -7714478 or 5392778. OLE color: 5392778.
HSL color Cylindrical-coordinate representation of color #8A4952: hue angle of 351.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A4952 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 82 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.46 |
| HSL | 351.69º | 0.31% | 0.41% | - |
| HSV(B) | 351.69º | 0.47% | 0.54% | - |
| XYZ | 14.39 | 10.78 | 9.3 | - |
| YUV | 93.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 82 | 0 | 0.47 | 0.41 | 0.46 | 351.69 | 0.31 | 0.41 |
| Hex | 8A | 49 | 52 | 0 | 2F | 29 | 2E | 160 | 1F | 29 |
| Octal | 212 | 111 | 122 | 0 | 57 | 51 | 56 | 540 | 37 | 51 |
| Binary | 10001010 | 1001001 | 1010010 | 0 | 101111 | 101001 | 101110 | 101100000 | 11111 | 101001 |
Color Harmonies of #8A4952
Complementary color
Monochromatic Colors of #8A4952
Black with #8A4952
Text Example
Text Example
White with #8A4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4952; }
p { color: rgb(138,73,82); }
H1.HeaderClassName
{
color: #8A4952;
}
.AnyTagClassName
{
color: #8A4952;
}
</style>
background-color css
<style>
a { background-color: #8A4952; }
a { background-color: rgb(138,73,82); }
div.DivClassName
{
background-color: #8A4952;
}
.BgClassName
{
background-color: #8A4952;
}
</style>
border-color css
<style>
span { border-color: #8A4952; }
span { border-color: rgb(138,73,82); }
td.TdClassName
{
border-color: #8A4952;
}
.TagClassName
{
border-color: #8A4952;
}
</style>