Shades of Solid Pink #864449
Tints of Solid Pink #864449
RGB
CMYK
RGB Variations
Color information
#864449 (or 0x864449) is known color: Solid Pink. HEX triplet: 86, 44 and 49. RGB value is (134,68,73). Sum of RGB (Red+Green+Blue) = 134+68+73=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #864449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864449 is #79BBB6. Grayscale: #585858. Windows color (decimal): -7977911 or 4801670. OLE color: 4801670.
HSL color Cylindrical-coordinate representation of color #864449: hue angle of 355.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864449 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 68 | 73 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.47 |
| HSL | 355.45º | 0.33% | 0.4% | - |
| HSV(B) | 355.45º | 0.49% | 0.53% | - |
| XYZ | 13.1 | 9.68 | 7.48 | - |
| YUV | 88.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 73 | 0 | 0.49 | 0.46 | 0.47 | 355.45 | 0.33 | 0.4 |
| Hex | 86 | 44 | 49 | 0 | 31 | 2E | 2F | 163 | 21 | 28 |
| Octal | 206 | 104 | 111 | 0 | 61 | 56 | 57 | 543 | 41 | 50 |
| Binary | 10000110 | 1000100 | 1001001 | 0 | 110001 | 101110 | 101111 | 101100011 | 100001 | 101000 |
Color Harmonies of #864449
Complementary color
Monochromatic Colors of #864449
Black with #864449
Text Example
Text Example
White with #864449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864449; }
p { color: rgb(134,68,73); }
H1.HeaderClassName
{
color: #864449;
}
.AnyTagClassName
{
color: #864449;
}
</style>
background-color css
<style>
a { background-color: #864449; }
a { background-color: rgb(134,68,73); }
div.DivClassName
{
background-color: #864449;
}
.BgClassName
{
background-color: #864449;
}
</style>
border-color css
<style>
span { border-color: #864449; }
span { border-color: rgb(134,68,73); }
td.TdClassName
{
border-color: #864449;
}
.TagClassName
{
border-color: #864449;
}
</style>