Shades of Solid Pink #81474A
Tints of Solid Pink #81474A
RGB
CMYK
RGB Variations
Color information
#81474A (or 0x81474A) is known color: Solid Pink. HEX triplet: 81, 47 and 4A. RGB value is (129,71,74). Sum of RGB (Red+Green+Blue) = 129+71+74=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81474A is #7EB8B5. Grayscale: #585858. Windows color (decimal): -8304822 or 4867969. OLE color: 4867969.
HSL color Cylindrical-coordinate representation of color #81474A: hue angle of 356.9º 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 #81474A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 74 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.49 |
| HSL | 356.9º | 0.29% | 0.39% | - |
| HSV(B) | 356.9º | 0.45% | 0.51% | - |
| XYZ | 12.54 | 9.67 | 7.68 | - |
| YUV | 88.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 74 | 0 | 0.45 | 0.43 | 0.49 | 356.9 | 0.29 | 0.39 |
| Hex | 81 | 47 | 4A | 0 | 2D | 2B | 31 | 165 | 1D | 27 |
| Octal | 201 | 107 | 112 | 0 | 55 | 53 | 61 | 545 | 35 | 47 |
| Binary | 10000001 | 1000111 | 1001010 | 0 | 101101 | 101011 | 110001 | 101100101 | 11101 | 100111 |
Color Harmonies of #81474A
Complementary color
Monochromatic Colors of #81474A
Black with #81474A
Text Example
Text Example
White with #81474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81474A; }
p { color: rgb(129,71,74); }
H1.HeaderClassName
{
color: #81474A;
}
.AnyTagClassName
{
color: #81474A;
}
</style>
background-color css
<style>
a { background-color: #81474A; }
a { background-color: rgb(129,71,74); }
div.DivClassName
{
background-color: #81474A;
}
.BgClassName
{
background-color: #81474A;
}
</style>
border-color css
<style>
span { border-color: #81474A; }
span { border-color: rgb(129,71,74); }
td.TdClassName
{
border-color: #81474A;
}
.TagClassName
{
border-color: #81474A;
}
</style>