Shades of Solid Pink #834849
Tints of Solid Pink #834849
RGB
CMYK
RGB Variations
Color information
#834849 (or 0x834849) is known color: Solid Pink. HEX triplet: 83, 48 and 49. RGB value is (131,72,73). Sum of RGB (Red+Green+Blue) = 131+72+73=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #834849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834849 is #7CB7B6. Grayscale: #595959. Windows color (decimal): -8173495 or 4802691. OLE color: 4802691.
HSL color Cylindrical-coordinate representation of color #834849: hue angle of 358.98º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834849 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 73 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.49 |
| HSL | 358.98º | 0.29% | 0.4% | - |
| HSV(B) | 358.98º | 0.45% | 0.51% | - |
| XYZ | 12.88 | 9.94 | 7.54 | - |
| YUV | 89.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 73 | 0 | 0.45 | 0.44 | 0.49 | 358.98 | 0.29 | 0.4 |
| Hex | 83 | 48 | 49 | 0 | 2D | 2C | 31 | 167 | 1D | 28 |
| Octal | 203 | 110 | 111 | 0 | 55 | 54 | 61 | 547 | 35 | 50 |
| Binary | 10000011 | 1001000 | 1001001 | 0 | 101101 | 101100 | 110001 | 101100111 | 11101 | 101000 |
Color Harmonies of #834849
Complementary color
Monochromatic Colors of #834849
Black with #834849
Text Example
Text Example
White with #834849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834849; }
p { color: rgb(131,72,73); }
H1.HeaderClassName
{
color: #834849;
}
.AnyTagClassName
{
color: #834849;
}
</style>
background-color css
<style>
a { background-color: #834849; }
a { background-color: rgb(131,72,73); }
div.DivClassName
{
background-color: #834849;
}
.BgClassName
{
background-color: #834849;
}
</style>
border-color css
<style>
span { border-color: #834849; }
span { border-color: rgb(131,72,73); }
td.TdClassName
{
border-color: #834849;
}
.TagClassName
{
border-color: #834849;
}
</style>