Shades of Solid Pink #804147
Tints of Solid Pink #804147
RGB
CMYK
RGB Variations
Color information
#804147 (or 0x804147) is known color: Solid Pink. HEX triplet: 80, 41 and 47. RGB value is (128,65,71). Sum of RGB (Red+Green+Blue) = 128+65+71=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #804147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804147 is #7FBEB8. Grayscale: #545454. Windows color (decimal): -8371897 or 4669824. OLE color: 4669824.
HSL color Cylindrical-coordinate representation of color #804147: hue angle of 354.29º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804147 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 71 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.50 |
| HSL | 354.29º | 0.33% | 0.38% | - |
| HSV(B) | 354.29º | 0.49% | 0.5% | - |
| XYZ | 11.93 | 8.82 | 7.04 | - |
| YUV | 84.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 71 | 0 | 0.49 | 0.45 | 0.50 | 354.29 | 0.33 | 0.38 |
| Hex | 80 | 41 | 47 | 0 | 31 | 2D | 32 | 162 | 21 | 26 |
| Octal | 200 | 101 | 107 | 0 | 61 | 55 | 62 | 542 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1000111 | 0 | 110001 | 101101 | 110010 | 101100010 | 100001 | 100110 |
Color Harmonies of #804147
Complementary color
Monochromatic Colors of #804147
Black with #804147
Text Example
Text Example
White with #804147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804147; }
p { color: rgb(128,65,71); }
H1.HeaderClassName
{
color: #804147;
}
.AnyTagClassName
{
color: #804147;
}
</style>
background-color css
<style>
a { background-color: #804147; }
a { background-color: rgb(128,65,71); }
div.DivClassName
{
background-color: #804147;
}
.BgClassName
{
background-color: #804147;
}
</style>
border-color css
<style>
span { border-color: #804147; }
span { border-color: rgb(128,65,71); }
td.TdClassName
{
border-color: #804147;
}
.TagClassName
{
border-color: #804147;
}
</style>