Shades of Solid Pink #8A484B
Tints of Solid Pink #8A484B
RGB
CMYK
RGB Variations
Color information
#8A484B (or 0x8A484B) is known color: Solid Pink. HEX triplet: 8A, 48 and 4B. RGB value is (138,72,75). Sum of RGB (Red+Green+Blue) = 138+72+75=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A484B is #75B7B4. Grayscale: #5C5C5C. Windows color (decimal): -7714741 or 4933770. OLE color: 4933770.
HSL color Cylindrical-coordinate representation of color #8A484B: hue angle of 357.27º 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 #8A484B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 75 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.46 |
| HSL | 357.27º | 0.31% | 0.41% | - |
| HSV(B) | 357.27º | 0.48% | 0.54% | - |
| XYZ | 14.07 | 10.55 | 7.95 | - |
| YUV | 92.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 75 | 0 | 0.48 | 0.46 | 0.46 | 357.27 | 0.31 | 0.41 |
| Hex | 8A | 48 | 4B | 0 | 30 | 2E | 2E | 165 | 1F | 29 |
| Octal | 212 | 110 | 113 | 0 | 60 | 56 | 56 | 545 | 37 | 51 |
| Binary | 10001010 | 1001000 | 1001011 | 0 | 110000 | 101110 | 101110 | 101100101 | 11111 | 101001 |
Color Harmonies of #8A484B
Complementary color
Monochromatic Colors of #8A484B
Black with #8A484B
Text Example
Text Example
White with #8A484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A484B; }
p { color: rgb(138,72,75); }
H1.HeaderClassName
{
color: #8A484B;
}
.AnyTagClassName
{
color: #8A484B;
}
</style>
background-color css
<style>
a { background-color: #8A484B; }
a { background-color: rgb(138,72,75); }
div.DivClassName
{
background-color: #8A484B;
}
.BgClassName
{
background-color: #8A484B;
}
</style>
border-color css
<style>
span { border-color: #8A484B; }
span { border-color: rgb(138,72,75); }
td.TdClassName
{
border-color: #8A484B;
}
.TagClassName
{
border-color: #8A484B;
}
</style>