Shades of Solid Pink #834E58
Tints of Solid Pink #834E58
RGB
CMYK
RGB Variations
Color information
#834E58 (or 0x834E58) is known color: Solid Pink. HEX triplet: 83, 4E and 58. RGB value is (131,78,88). Sum of RGB (Red+Green+Blue) = 131+78+88=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #834E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E58 is #7CB1A7. Grayscale: #5F5F5F. Windows color (decimal): -8171944 or 5787267. OLE color: 5787267.
HSL color Cylindrical-coordinate representation of color #834E58: hue angle of 348.68º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834E58 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 78 | 88 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.49 |
| HSL | 348.68º | 0.25% | 0.41% | - |
| HSV(B) | 348.68º | 0.4% | 0.51% | - |
| XYZ | 13.85 | 10.98 | 10.62 | - |
| YUV | 94.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 88 | 0 | 0.40 | 0.33 | 0.49 | 348.68 | 0.25 | 0.41 |
| Hex | 83 | 4E | 58 | 0 | 28 | 21 | 31 | 15D | 19 | 29 |
| Octal | 203 | 116 | 130 | 0 | 50 | 41 | 61 | 535 | 31 | 51 |
| Binary | 10000011 | 1001110 | 1011000 | 0 | 101000 | 100001 | 110001 | 101011101 | 11001 | 101001 |
Color Harmonies of #834E58
Complementary color
Monochromatic Colors of #834E58
Black with #834E58
Text Example
Text Example
White with #834E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E58; }
p { color: rgb(131,78,88); }
H1.HeaderClassName
{
color: #834E58;
}
.AnyTagClassName
{
color: #834E58;
}
</style>
background-color css
<style>
a { background-color: #834E58; }
a { background-color: rgb(131,78,88); }
div.DivClassName
{
background-color: #834E58;
}
.BgClassName
{
background-color: #834E58;
}
</style>
border-color css
<style>
span { border-color: #834E58; }
span { border-color: rgb(131,78,88); }
td.TdClassName
{
border-color: #834E58;
}
.TagClassName
{
border-color: #834E58;
}
</style>