Shades of Solid Pink #86434B
Tints of Solid Pink #86434B
RGB
CMYK
RGB Variations
Color information
#86434B (or 0x86434B) is known color: Solid Pink. HEX triplet: 86, 43 and 4B. RGB value is (134,67,75). Sum of RGB (Red+Green+Blue) = 134+67+75=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86434B is #79BCB4. Grayscale: #575757. Windows color (decimal): -7978165 or 4932486. OLE color: 4932486.
HSL color Cylindrical-coordinate representation of color #86434B: hue angle of 352.84º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86434B is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 67 | 75 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.47 |
| HSL | 352.84º | 0.33% | 0.39% | - |
| HSV(B) | 352.84º | 0.5% | 0.53% | - |
| XYZ | 13.11 | 9.59 | 7.82 | - |
| YUV | 87.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 75 | 0 | 0.5 | 0.44 | 0.47 | 352.84 | 0.33 | 0.39 |
| Hex | 86 | 43 | 4B | 0 | 32 | 2C | 2F | 161 | 21 | 27 |
| Octal | 206 | 103 | 113 | 0 | 62 | 54 | 57 | 541 | 41 | 47 |
| Binary | 10000110 | 1000011 | 1001011 | 0 | 110010 | 101100 | 101111 | 101100001 | 100001 | 100111 |
Color Harmonies of #86434B
Complementary color
Monochromatic Colors of #86434B
Black with #86434B
Text Example
Text Example
White with #86434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86434B; }
p { color: rgb(134,67,75); }
H1.HeaderClassName
{
color: #86434B;
}
.AnyTagClassName
{
color: #86434B;
}
</style>
background-color css
<style>
a { background-color: #86434B; }
a { background-color: rgb(134,67,75); }
div.DivClassName
{
background-color: #86434B;
}
.BgClassName
{
background-color: #86434B;
}
</style>
border-color css
<style>
span { border-color: #86434B; }
span { border-color: rgb(134,67,75); }
td.TdClassName
{
border-color: #86434B;
}
.TagClassName
{
border-color: #86434B;
}
</style>