Shades of Solid Pink #834648
Tints of Solid Pink #834648
RGB
CMYK
RGB Variations
Color information
#834648 (or 0x834648) is known color: Solid Pink. HEX triplet: 83, 46 and 48. RGB value is (131,70,72). Sum of RGB (Red+Green+Blue) = 131+70+72=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #834648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834648 is #7CB9B7. Grayscale: #585858. Windows color (decimal): -8174008 or 4736643. OLE color: 4736643.
HSL color Cylindrical-coordinate representation of color #834648: hue angle of 358.03º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834648 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 70 | 72 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.49 |
| HSL | 358.03º | 0.3% | 0.39% | - |
| HSV(B) | 358.03º | 0.47% | 0.51% | - |
| XYZ | 12.72 | 9.67 | 7.33 | - |
| YUV | 88.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 72 | 0 | 0.47 | 0.45 | 0.49 | 358.03 | 0.3 | 0.39 |
| Hex | 83 | 46 | 48 | 0 | 2F | 2D | 31 | 166 | 1E | 27 |
| Octal | 203 | 106 | 110 | 0 | 57 | 55 | 61 | 546 | 36 | 47 |
| Binary | 10000011 | 1000110 | 1001000 | 0 | 101111 | 101101 | 110001 | 101100110 | 11110 | 100111 |
Color Harmonies of #834648
Complementary color
Monochromatic Colors of #834648
Black with #834648
Text Example
Text Example
White with #834648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834648; }
p { color: rgb(131,70,72); }
H1.HeaderClassName
{
color: #834648;
}
.AnyTagClassName
{
color: #834648;
}
</style>
background-color css
<style>
a { background-color: #834648; }
a { background-color: rgb(131,70,72); }
div.DivClassName
{
background-color: #834648;
}
.BgClassName
{
background-color: #834648;
}
</style>
border-color css
<style>
span { border-color: #834648; }
span { border-color: rgb(131,70,72); }
td.TdClassName
{
border-color: #834648;
}
.TagClassName
{
border-color: #834648;
}
</style>