Shades of Solid Pink #804446
Tints of Solid Pink #804446
RGB
CMYK
RGB Variations
Color information
#804446 (or 0x804446) is known color: Solid Pink. HEX triplet: 80, 44 and 46. RGB value is (128,68,70). Sum of RGB (Red+Green+Blue) = 128+68+70=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804446 is #7FBBB9. Grayscale: #565656. Windows color (decimal): -8371130 or 4605056. OLE color: 4605056.
HSL color Cylindrical-coordinate representation of color #804446: hue angle of 358º 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 #804446 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 70 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.50 |
| HSL | 358º | 0.31% | 0.38% | - |
| HSV(B) | 358º | 0.47% | 0.5% | - |
| XYZ | 12.07 | 9.17 | 6.93 | - |
| YUV | 86.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 70 | 0 | 0.47 | 0.45 | 0.50 | 358 | 0.31 | 0.38 |
| Hex | 80 | 44 | 46 | 0 | 2F | 2D | 32 | 166 | 1F | 26 |
| Octal | 200 | 104 | 106 | 0 | 57 | 55 | 62 | 546 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1000110 | 0 | 101111 | 101101 | 110010 | 101100110 | 11111 | 100110 |
Color Harmonies of #804446
Complementary color
Monochromatic Colors of #804446
Black with #804446
Text Example
Text Example
White with #804446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804446; }
p { color: rgb(128,68,70); }
H1.HeaderClassName
{
color: #804446;
}
.AnyTagClassName
{
color: #804446;
}
</style>
background-color css
<style>
a { background-color: #804446; }
a { background-color: rgb(128,68,70); }
div.DivClassName
{
background-color: #804446;
}
.BgClassName
{
background-color: #804446;
}
</style>
border-color css
<style>
span { border-color: #804446; }
span { border-color: rgb(128,68,70); }
td.TdClassName
{
border-color: #804446;
}
.TagClassName
{
border-color: #804446;
}
</style>