Shades of Solid Pink #864A53
Tints of Solid Pink #864A53
RGB
CMYK
RGB Variations
Color information
#864A53 (or 0x864A53) is known color: Solid Pink. HEX triplet: 86, 4A and 53. RGB value is (134,74,83). Sum of RGB (Red+Green+Blue) = 134+74+83=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #864A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A53 is #79B5AC. Grayscale: #5C5C5C. Windows color (decimal): -7976365 or 5458566. OLE color: 5458566.
HSL color Cylindrical-coordinate representation of color #864A53: hue angle of 351º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864A53 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 83 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.47 |
| HSL | 351º | 0.29% | 0.41% | - |
| HSV(B) | 351º | 0.45% | 0.53% | - |
| XYZ | 13.84 | 10.59 | 9.5 | - |
| YUV | 92.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 83 | 0 | 0.45 | 0.38 | 0.47 | 351 | 0.29 | 0.41 |
| Hex | 86 | 4A | 53 | 0 | 2D | 26 | 2F | 15F | 1D | 29 |
| Octal | 206 | 112 | 123 | 0 | 55 | 46 | 57 | 537 | 35 | 51 |
| Binary | 10000110 | 1001010 | 1010011 | 0 | 101101 | 100110 | 101111 | 101011111 | 11101 | 101001 |
Color Harmonies of #864A53
Complementary color
Monochromatic Colors of #864A53
Black with #864A53
Text Example
Text Example
White with #864A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A53; }
p { color: rgb(134,74,83); }
H1.HeaderClassName
{
color: #864A53;
}
.AnyTagClassName
{
color: #864A53;
}
</style>
background-color css
<style>
a { background-color: #864A53; }
a { background-color: rgb(134,74,83); }
div.DivClassName
{
background-color: #864A53;
}
.BgClassName
{
background-color: #864A53;
}
</style>
border-color css
<style>
span { border-color: #864A53; }
span { border-color: rgb(134,74,83); }
td.TdClassName
{
border-color: #864A53;
}
.TagClassName
{
border-color: #864A53;
}
</style>