Shades of Solid Pink #8A4350
Tints of Solid Pink #8A4350
RGB
CMYK
RGB Variations
Color information
#8A4350 (or 0x8A4350) is known color: Solid Pink. HEX triplet: 8A, 43 and 50. RGB value is (138,67,80). Sum of RGB (Red+Green+Blue) = 138+67+80=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4350 is #75BCAF. Grayscale: #595959. Windows color (decimal): -7716016 or 5260170. OLE color: 5260170.
HSL color Cylindrical-coordinate representation of color #8A4350: hue angle of 349.01º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4350 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 67 | 80 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.46 |
| HSL | 349.01º | 0.35% | 0.4% | - |
| HSV(B) | 349.01º | 0.51% | 0.54% | - |
| XYZ | 13.94 | 10 | 8.78 | - |
| YUV | 89.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 80 | 0 | 0.51 | 0.42 | 0.46 | 349.01 | 0.35 | 0.4 |
| Hex | 8A | 43 | 50 | 0 | 33 | 2A | 2E | 15D | 23 | 28 |
| Octal | 212 | 103 | 120 | 0 | 63 | 52 | 56 | 535 | 43 | 50 |
| Binary | 10001010 | 1000011 | 1010000 | 0 | 110011 | 101010 | 101110 | 101011101 | 100011 | 101000 |
Color Harmonies of #8A4350
Complementary color
Monochromatic Colors of #8A4350
Black with #8A4350
Text Example
Text Example
White with #8A4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4350; }
p { color: rgb(138,67,80); }
H1.HeaderClassName
{
color: #8A4350;
}
.AnyTagClassName
{
color: #8A4350;
}
</style>
background-color css
<style>
a { background-color: #8A4350; }
a { background-color: rgb(138,67,80); }
div.DivClassName
{
background-color: #8A4350;
}
.BgClassName
{
background-color: #8A4350;
}
</style>
border-color css
<style>
span { border-color: #8A4350; }
span { border-color: rgb(138,67,80); }
td.TdClassName
{
border-color: #8A4350;
}
.TagClassName
{
border-color: #8A4350;
}
</style>