Shades of Solid Pink #834447
Tints of Solid Pink #834447
RGB
CMYK
RGB Variations
Color information
#834447 (or 0x834447) is known color: Solid Pink. HEX triplet: 83, 44 and 47. RGB value is (131,68,71). Sum of RGB (Red+Green+Blue) = 131+68+71=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834447 is #7CBBB8. Grayscale: #575757. Windows color (decimal): -8174521 or 4670595. OLE color: 4670595.
HSL color Cylindrical-coordinate representation of color #834447: hue angle of 357.14º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #834447 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 68 | 71 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.49 |
| HSL | 357.14º | 0.32% | 0.39% | - |
| HSV(B) | 357.14º | 0.48% | 0.51% | - |
| XYZ | 12.56 | 9.41 | 7.12 | - |
| YUV | 87.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 71 | 0 | 0.48 | 0.46 | 0.49 | 357.14 | 0.32 | 0.39 |
| Hex | 83 | 44 | 47 | 0 | 30 | 2E | 31 | 165 | 20 | 27 |
| Octal | 203 | 104 | 107 | 0 | 60 | 56 | 61 | 545 | 40 | 47 |
| Binary | 10000011 | 1000100 | 1000111 | 0 | 110000 | 101110 | 110001 | 101100101 | 100000 | 100111 |
Color Harmonies of #834447
Complementary color
Monochromatic Colors of #834447
Black with #834447
Text Example
Text Example
White with #834447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834447; }
p { color: rgb(131,68,71); }
H1.HeaderClassName
{
color: #834447;
}
.AnyTagClassName
{
color: #834447;
}
</style>
background-color css
<style>
a { background-color: #834447; }
a { background-color: rgb(131,68,71); }
div.DivClassName
{
background-color: #834447;
}
.BgClassName
{
background-color: #834447;
}
</style>
border-color css
<style>
span { border-color: #834447; }
span { border-color: rgb(131,68,71); }
td.TdClassName
{
border-color: #834447;
}
.TagClassName
{
border-color: #834447;
}
</style>