Shades of Solid Pink #804445
Tints of Solid Pink #804445
RGB
CMYK
RGB Variations
Color information
#804445 (or 0x804445) is known color: Solid Pink. HEX triplet: 80, 44 and 45. RGB value is (128,68,69). Sum of RGB (Red+Green+Blue) = 128+68+69=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #804445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804445 is #7FBBBA. Grayscale: #565656. Windows color (decimal): -8371131 or 4539520. OLE color: 4539520.
HSL color Cylindrical-coordinate representation of color #804445: hue angle of 359º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804445 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 69 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.50 |
| HSL | 359º | 0.31% | 0.38% | - |
| HSV(B) | 359º | 0.47% | 0.5% | - |
| XYZ | 12.04 | 9.15 | 6.76 | - |
| YUV | 86.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 69 | 0 | 0.47 | 0.46 | 0.50 | 359 | 0.31 | 0.38 |
| Hex | 80 | 44 | 45 | 0 | 2F | 2E | 32 | 167 | 1F | 26 |
| Octal | 200 | 104 | 105 | 0 | 57 | 56 | 62 | 547 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1000101 | 0 | 101111 | 101110 | 110010 | 101100111 | 11111 | 100110 |
Color Harmonies of #804445
Complementary color
Monochromatic Colors of #804445
Black with #804445
Text Example
Text Example
White with #804445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804445; }
p { color: rgb(128,68,69); }
H1.HeaderClassName
{
color: #804445;
}
.AnyTagClassName
{
color: #804445;
}
</style>
background-color css
<style>
a { background-color: #804445; }
a { background-color: rgb(128,68,69); }
div.DivClassName
{
background-color: #804445;
}
.BgClassName
{
background-color: #804445;
}
</style>
border-color css
<style>
span { border-color: #804445; }
span { border-color: rgb(128,68,69); }
td.TdClassName
{
border-color: #804445;
}
.TagClassName
{
border-color: #804445;
}
</style>