Shades of Solid Pink #86454A
Tints of Solid Pink #86454A
RGB
CMYK
RGB Variations
Color information
#86454A (or 0x86454A) is known color: Solid Pink. HEX triplet: 86, 45 and 4A. RGB value is (134,69,74). Sum of RGB (Red+Green+Blue) = 134+69+74=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86454A is #79BAB5. Grayscale: #595959. Windows color (decimal): -7977654 or 4867462. OLE color: 4867462.
HSL color Cylindrical-coordinate representation of color #86454A: hue angle of 355.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86454A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 74 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.47 |
| HSL | 355.38º | 0.32% | 0.4% | - |
| HSV(B) | 355.38º | 0.49% | 0.53% | - |
| XYZ | 13.2 | 9.82 | 7.68 | - |
| YUV | 89.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 74 | 0 | 0.49 | 0.45 | 0.47 | 355.38 | 0.32 | 0.4 |
| Hex | 86 | 45 | 4A | 0 | 31 | 2D | 2F | 163 | 20 | 28 |
| Octal | 206 | 105 | 112 | 0 | 61 | 55 | 57 | 543 | 40 | 50 |
| Binary | 10000110 | 1000101 | 1001010 | 0 | 110001 | 101101 | 101111 | 101100011 | 100000 | 101000 |
Color Harmonies of #86454A
Complementary color
Monochromatic Colors of #86454A
Black with #86454A
Text Example
Text Example
White with #86454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86454A; }
p { color: rgb(134,69,74); }
H1.HeaderClassName
{
color: #86454A;
}
.AnyTagClassName
{
color: #86454A;
}
</style>
background-color css
<style>
a { background-color: #86454A; }
a { background-color: rgb(134,69,74); }
div.DivClassName
{
background-color: #86454A;
}
.BgClassName
{
background-color: #86454A;
}
</style>
border-color css
<style>
span { border-color: #86454A; }
span { border-color: rgb(134,69,74); }
td.TdClassName
{
border-color: #86454A;
}
.TagClassName
{
border-color: #86454A;
}
</style>