Shades of Solid Pink #8A5C5D
Tints of Solid Pink #8A5C5D
RGB
CMYK
RGB Variations
Color information
#8A5C5D (or 0x8A5C5D) is known color: Solid Pink. HEX triplet: 8A, 5C and 5D. RGB value is (138,92,93). Sum of RGB (Red+Green+Blue) = 138+92+93=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C5D is #75A3A2. Grayscale: #696969. Windows color (decimal): -7709603 or 6118538. OLE color: 6118538.
HSL color Cylindrical-coordinate representation of color #8A5C5D: hue angle of 358.7º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5C5D is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 92 | 93 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.46 |
| HSL | 358.7º | 0.2% | 0.45% | - |
| HSV(B) | 358.7º | 0.33% | 0.54% | - |
| XYZ | 16.28 | 13.85 | 12.17 | - |
| YUV | 105.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 92 | 93 | 0 | 0.33 | 0.33 | 0.46 | 358.7 | 0.2 | 0.45 |
| Hex | 8A | 5C | 5D | 0 | 21 | 21 | 2E | 167 | 14 | 2D |
| Octal | 212 | 134 | 135 | 0 | 41 | 41 | 56 | 547 | 24 | 55 |
| Binary | 10001010 | 1011100 | 1011101 | 0 | 100001 | 100001 | 101110 | 101100111 | 10100 | 101101 |
Color Harmonies of #8A5C5D
Complementary color
Monochromatic Colors of #8A5C5D
Black with #8A5C5D
Text Example
Text Example
White with #8A5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5C5D; }
p { color: rgb(138,92,93); }
H1.HeaderClassName
{
color: #8A5C5D;
}
.AnyTagClassName
{
color: #8A5C5D;
}
</style>
background-color css
<style>
a { background-color: #8A5C5D; }
a { background-color: rgb(138,92,93); }
div.DivClassName
{
background-color: #8A5C5D;
}
.BgClassName
{
background-color: #8A5C5D;
}
</style>
border-color css
<style>
span { border-color: #8A5C5D; }
span { border-color: rgb(138,92,93); }
td.TdClassName
{
border-color: #8A5C5D;
}
.TagClassName
{
border-color: #8A5C5D;
}
</style>