Shades of Solid Pink #8A414A
Tints of Solid Pink #8A414A
RGB
CMYK
RGB Variations
Color information
#8A414A (or 0x8A414A) is known color: Solid Pink. HEX triplet: 8A, 41 and 4A. RGB value is (138,65,74). Sum of RGB (Red+Green+Blue) = 138+65+74=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A414A is #75BEB5. Grayscale: #575757. Windows color (decimal): -7716534 or 4866442. OLE color: 4866442.
HSL color Cylindrical-coordinate representation of color #8A414A: hue angle of 352.6º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A414A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 74 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.46 |
| HSL | 352.6º | 0.36% | 0.4% | - |
| HSV(B) | 352.6º | 0.53% | 0.54% | - |
| XYZ | 13.61 | 9.68 | 7.63 | - |
| YUV | 87.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 74 | 0 | 0.53 | 0.46 | 0.46 | 352.6 | 0.36 | 0.4 |
| Hex | 8A | 41 | 4A | 0 | 35 | 2E | 2E | 161 | 24 | 28 |
| Octal | 212 | 101 | 112 | 0 | 65 | 56 | 56 | 541 | 44 | 50 |
| Binary | 10001010 | 1000001 | 1001010 | 0 | 110101 | 101110 | 101110 | 101100001 | 100100 | 101000 |
Color Harmonies of #8A414A
Complementary color
Monochromatic Colors of #8A414A
Black with #8A414A
Text Example
Text Example
White with #8A414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A414A; }
p { color: rgb(138,65,74); }
H1.HeaderClassName
{
color: #8A414A;
}
.AnyTagClassName
{
color: #8A414A;
}
</style>
background-color css
<style>
a { background-color: #8A414A; }
a { background-color: rgb(138,65,74); }
div.DivClassName
{
background-color: #8A414A;
}
.BgClassName
{
background-color: #8A414A;
}
</style>
border-color css
<style>
span { border-color: #8A414A; }
span { border-color: rgb(138,65,74); }
td.TdClassName
{
border-color: #8A414A;
}
.TagClassName
{
border-color: #8A414A;
}
</style>