Shades of Solid Pink #845758
Tints of Solid Pink #845758
RGB
CMYK
RGB Variations
Color information
#845758 (or 0x845758) is known color: Solid Pink. HEX triplet: 84, 57 and 58. RGB value is (132,87,88). Sum of RGB (Red+Green+Blue) = 132+87+88=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #845758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845758 is #7BA8A7. Grayscale: #646464. Windows color (decimal): -8104104 or 5789572. OLE color: 5789572.
HSL color Cylindrical-coordinate representation of color #845758: hue angle of 358.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #845758 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 88 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.48 |
| HSL | 358.67º | 0.21% | 0.43% | - |
| HSV(B) | 358.67º | 0.34% | 0.52% | - |
| XYZ | 14.69 | 12.43 | 10.86 | - |
| YUV | 100.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 88 | 0 | 0.34 | 0.33 | 0.48 | 358.67 | 0.21 | 0.43 |
| Hex | 84 | 57 | 58 | 0 | 22 | 21 | 30 | 167 | 15 | 2B |
| Octal | 204 | 127 | 130 | 0 | 42 | 41 | 60 | 547 | 25 | 53 |
| Binary | 10000100 | 1010111 | 1011000 | 0 | 100010 | 100001 | 110000 | 101100111 | 10101 | 101011 |
Color Harmonies of #845758
Complementary color
Monochromatic Colors of #845758
Black with #845758
Text Example
Text Example
White with #845758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845758; }
p { color: rgb(132,87,88); }
H1.HeaderClassName
{
color: #845758;
}
.AnyTagClassName
{
color: #845758;
}
</style>
background-color css
<style>
a { background-color: #845758; }
a { background-color: rgb(132,87,88); }
div.DivClassName
{
background-color: #845758;
}
.BgClassName
{
background-color: #845758;
}
</style>
border-color css
<style>
span { border-color: #845758; }
span { border-color: rgb(132,87,88); }
td.TdClassName
{
border-color: #845758;
}
.TagClassName
{
border-color: #845758;
}
</style>