Shades of Solid Pink #864149
Tints of Solid Pink #864149
RGB
CMYK
RGB Variations
Color information
#864149 (or 0x864149) is known color: Solid Pink. HEX triplet: 86, 41 and 49. RGB value is (134,65,73). Sum of RGB (Red+Green+Blue) = 134+65+73=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #864149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864149 is #79BEB6. Grayscale: #565656. Windows color (decimal): -7978679 or 4800902. OLE color: 4800902.
HSL color Cylindrical-coordinate representation of color #864149: hue angle of 353.04º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864149 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 73 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.47 |
| HSL | 353.04º | 0.35% | 0.39% | - |
| HSV(B) | 353.04º | 0.51% | 0.53% | - |
| XYZ | 12.92 | 9.33 | 7.42 | - |
| YUV | 86.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 73 | 0 | 0.51 | 0.46 | 0.47 | 353.04 | 0.35 | 0.39 |
| Hex | 86 | 41 | 49 | 0 | 33 | 2E | 2F | 161 | 23 | 27 |
| Octal | 206 | 101 | 111 | 0 | 63 | 56 | 57 | 541 | 43 | 47 |
| Binary | 10000110 | 1000001 | 1001001 | 0 | 110011 | 101110 | 101111 | 101100001 | 100011 | 100111 |
Color Harmonies of #864149
Complementary color
Monochromatic Colors of #864149
Black with #864149
Text Example
Text Example
White with #864149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864149; }
p { color: rgb(134,65,73); }
H1.HeaderClassName
{
color: #864149;
}
.AnyTagClassName
{
color: #864149;
}
</style>
background-color css
<style>
a { background-color: #864149; }
a { background-color: rgb(134,65,73); }
div.DivClassName
{
background-color: #864149;
}
.BgClassName
{
background-color: #864149;
}
</style>
border-color css
<style>
span { border-color: #864149; }
span { border-color: rgb(134,65,73); }
td.TdClassName
{
border-color: #864149;
}
.TagClassName
{
border-color: #864149;
}
</style>