Shades of Solid Pink #884445
Tints of Solid Pink #884445
RGB
CMYK
RGB Variations
Color information
#884445 (or 0x884445) is known color: Solid Pink. HEX triplet: 88, 44 and 45. RGB value is (136,68,69). Sum of RGB (Red+Green+Blue) = 136+68+69=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884445 is #77BBBA. Grayscale: #585858. Windows color (decimal): -7846843 or 4539528. OLE color: 4539528.
HSL color Cylindrical-coordinate representation of color #884445: hue angle of 359.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884445 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 69 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.47 |
| HSL | 359.12º | 0.33% | 0.4% | - |
| HSV(B) | 359.12º | 0.5% | 0.53% | - |
| XYZ | 13.29 | 9.8 | 6.82 | - |
| YUV | 88.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 69 | 0 | 0.50 | 0.49 | 0.47 | 359.12 | 0.33 | 0.4 |
| Hex | 88 | 44 | 45 | 0 | 32 | 31 | 2F | 167 | 21 | 28 |
| Octal | 210 | 104 | 105 | 0 | 62 | 61 | 57 | 547 | 41 | 50 |
| Binary | 10001000 | 1000100 | 1000101 | 0 | 110010 | 110001 | 101111 | 101100111 | 100001 | 101000 |
Color Harmonies of #884445
Complementary color
Monochromatic Colors of #884445
Black with #884445
Text Example
Text Example
White with #884445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884445; }
p { color: rgb(136,68,69); }
H1.HeaderClassName
{
color: #884445;
}
.AnyTagClassName
{
color: #884445;
}
</style>
background-color css
<style>
a { background-color: #884445; }
a { background-color: rgb(136,68,69); }
div.DivClassName
{
background-color: #884445;
}
.BgClassName
{
background-color: #884445;
}
</style>
border-color css
<style>
span { border-color: #884445; }
span { border-color: rgb(136,68,69); }
td.TdClassName
{
border-color: #884445;
}
.TagClassName
{
border-color: #884445;
}
</style>