Shades of Solid Pink #864146
Tints of Solid Pink #864146
RGB
CMYK
RGB Variations
Color information
#864146 (or 0x864146) is known color: Solid Pink. HEX triplet: 86, 41 and 46. RGB value is (134,65,70). Sum of RGB (Red+Green+Blue) = 134+65+70=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864146 is #79BEB9. Grayscale: #565656. Windows color (decimal): -7978682 or 4604294. OLE color: 4604294.
HSL color Cylindrical-coordinate representation of color #864146: hue angle of 355.65º 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 #864146 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 70 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.47 |
| HSL | 355.65º | 0.35% | 0.39% | - |
| HSV(B) | 355.65º | 0.51% | 0.53% | - |
| XYZ | 12.83 | 9.29 | 6.91 | - |
| YUV | 86.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 70 | 0 | 0.51 | 0.48 | 0.47 | 355.65 | 0.35 | 0.39 |
| Hex | 86 | 41 | 46 | 0 | 33 | 30 | 2F | 164 | 23 | 27 |
| Octal | 206 | 101 | 106 | 0 | 63 | 60 | 57 | 544 | 43 | 47 |
| Binary | 10000110 | 1000001 | 1000110 | 0 | 110011 | 110000 | 101111 | 101100100 | 100011 | 100111 |
Color Harmonies of #864146
Complementary color
Monochromatic Colors of #864146
Black with #864146
Text Example
Text Example
White with #864146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864146; }
p { color: rgb(134,65,70); }
H1.HeaderClassName
{
color: #864146;
}
.AnyTagClassName
{
color: #864146;
}
</style>
background-color css
<style>
a { background-color: #864146; }
a { background-color: rgb(134,65,70); }
div.DivClassName
{
background-color: #864146;
}
.BgClassName
{
background-color: #864146;
}
</style>
border-color css
<style>
span { border-color: #864146; }
span { border-color: rgb(134,65,70); }
td.TdClassName
{
border-color: #864146;
}
.TagClassName
{
border-color: #864146;
}
</style>