Shades of Solid Pink #804647
Tints of Solid Pink #804647
RGB
CMYK
RGB Variations
Color information
#804647 (or 0x804647) is known color: Solid Pink. HEX triplet: 80, 46 and 47. RGB value is (128,70,71). Sum of RGB (Red+Green+Blue) = 128+70+71=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #804647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804647 is #7FB9B8. Grayscale: #575757. Windows color (decimal): -8370617 or 4671104. OLE color: 4671104.
HSL color Cylindrical-coordinate representation of color #804647: hue angle of 358.97º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804647 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 71 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.50 |
| HSL | 358.97º | 0.29% | 0.39% | - |
| HSV(B) | 358.97º | 0.45% | 0.5% | - |
| XYZ | 12.23 | 9.42 | 7.14 | - |
| YUV | 87.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 71 | 0 | 0.45 | 0.45 | 0.50 | 358.97 | 0.29 | 0.39 |
| Hex | 80 | 46 | 47 | 0 | 2D | 2D | 32 | 167 | 1D | 27 |
| Octal | 200 | 106 | 107 | 0 | 55 | 55 | 62 | 547 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1000111 | 0 | 101101 | 101101 | 110010 | 101100111 | 11101 | 100111 |
Color Harmonies of #804647
Complementary color
Monochromatic Colors of #804647
Black with #804647
Text Example
Text Example
White with #804647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804647; }
p { color: rgb(128,70,71); }
H1.HeaderClassName
{
color: #804647;
}
.AnyTagClassName
{
color: #804647;
}
</style>
background-color css
<style>
a { background-color: #804647; }
a { background-color: rgb(128,70,71); }
div.DivClassName
{
background-color: #804647;
}
.BgClassName
{
background-color: #804647;
}
</style>
border-color css
<style>
span { border-color: #804647; }
span { border-color: rgb(128,70,71); }
td.TdClassName
{
border-color: #804647;
}
.TagClassName
{
border-color: #804647;
}
</style>