Shades of Solid Pink #86414A
Tints of Solid Pink #86414A
RGB
CMYK
RGB Variations
Color information
#86414A (or 0x86414A) is known color: Solid Pink. HEX triplet: 86, 41 and 4A. RGB value is (134,65,74). Sum of RGB (Red+Green+Blue) = 134+65+74=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86414A is #79BEB5. Grayscale: #565656. Windows color (decimal): -7978678 or 4866438. OLE color: 4866438.
HSL color Cylindrical-coordinate representation of color #86414A: hue angle of 352.17º 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 #86414A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 74 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.47 |
| HSL | 352.17º | 0.35% | 0.39% | - |
| HSV(B) | 352.17º | 0.51% | 0.53% | - |
| XYZ | 12.96 | 9.34 | 7.6 | - |
| YUV | 86.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 74 | 0 | 0.51 | 0.45 | 0.47 | 352.17 | 0.35 | 0.39 |
| Hex | 86 | 41 | 4A | 0 | 33 | 2D | 2F | 160 | 23 | 27 |
| Octal | 206 | 101 | 112 | 0 | 63 | 55 | 57 | 540 | 43 | 47 |
| Binary | 10000110 | 1000001 | 1001010 | 0 | 110011 | 101101 | 101111 | 101100000 | 100011 | 100111 |
Color Harmonies of #86414A
Complementary color
Monochromatic Colors of #86414A
Black with #86414A
Text Example
Text Example
White with #86414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86414A; }
p { color: rgb(134,65,74); }
H1.HeaderClassName
{
color: #86414A;
}
.AnyTagClassName
{
color: #86414A;
}
</style>
background-color css
<style>
a { background-color: #86414A; }
a { background-color: rgb(134,65,74); }
div.DivClassName
{
background-color: #86414A;
}
.BgClassName
{
background-color: #86414A;
}
</style>
border-color css
<style>
span { border-color: #86414A; }
span { border-color: rgb(134,65,74); }
td.TdClassName
{
border-color: #86414A;
}
.TagClassName
{
border-color: #86414A;
}
</style>