Shades of Solid Pink #81474D
Tints of Solid Pink #81474D
RGB
CMYK
RGB Variations
Color information
#81474D (or 0x81474D) is known color: Solid Pink. HEX triplet: 81, 47 and 4D. RGB value is (129,71,77). Sum of RGB (Red+Green+Blue) = 129+71+77=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81474D is #7EB8B2. Grayscale: #595959. Windows color (decimal): -8304819 or 5064577. OLE color: 5064577.
HSL color Cylindrical-coordinate representation of color #81474D: hue angle of 353.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81474D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 77 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.49 |
| HSL | 353.79º | 0.29% | 0.39% | - |
| HSV(B) | 353.79º | 0.45% | 0.51% | - |
| XYZ | 12.65 | 9.71 | 8.23 | - |
| YUV | 89.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 77 | 0 | 0.45 | 0.40 | 0.49 | 353.79 | 0.29 | 0.39 |
| Hex | 81 | 47 | 4D | 0 | 2D | 28 | 31 | 162 | 1D | 27 |
| Octal | 201 | 107 | 115 | 0 | 55 | 50 | 61 | 542 | 35 | 47 |
| Binary | 10000001 | 1000111 | 1001101 | 0 | 101101 | 101000 | 110001 | 101100010 | 11101 | 100111 |
Color Harmonies of #81474D
Complementary color
Monochromatic Colors of #81474D
Black with #81474D
Text Example
Text Example
White with #81474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81474D; }
p { color: rgb(129,71,77); }
H1.HeaderClassName
{
color: #81474D;
}
.AnyTagClassName
{
color: #81474D;
}
</style>
background-color css
<style>
a { background-color: #81474D; }
a { background-color: rgb(129,71,77); }
div.DivClassName
{
background-color: #81474D;
}
.BgClassName
{
background-color: #81474D;
}
</style>
border-color css
<style>
span { border-color: #81474D; }
span { border-color: rgb(129,71,77); }
td.TdClassName
{
border-color: #81474D;
}
.TagClassName
{
border-color: #81474D;
}
</style>