Shades of Solid Pink #834247
Tints of Solid Pink #834247
RGB
CMYK
RGB Variations
Color information
#834247 (or 0x834247) is known color: Solid Pink. HEX triplet: 83, 42 and 47. RGB value is (131,66,71). Sum of RGB (Red+Green+Blue) = 131+66+71=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #834247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834247 is #7CBDB8. Grayscale: #565656. Windows color (decimal): -8175033 or 4670083. OLE color: 4670083.
HSL color Cylindrical-coordinate representation of color #834247: hue angle of 355.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834247 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 66 | 71 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.49 |
| HSL | 355.38º | 0.33% | 0.39% | - |
| HSV(B) | 355.38º | 0.5% | 0.51% | - |
| XYZ | 12.45 | 9.18 | 7.08 | - |
| YUV | 86.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 71 | 0 | 0.50 | 0.46 | 0.49 | 355.38 | 0.33 | 0.39 |
| Hex | 83 | 42 | 47 | 0 | 32 | 2E | 31 | 163 | 21 | 27 |
| Octal | 203 | 102 | 107 | 0 | 62 | 56 | 61 | 543 | 41 | 47 |
| Binary | 10000011 | 1000010 | 1000111 | 0 | 110010 | 101110 | 110001 | 101100011 | 100001 | 100111 |
Color Harmonies of #834247
Complementary color
Monochromatic Colors of #834247
Black with #834247
Text Example
Text Example
White with #834247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834247; }
p { color: rgb(131,66,71); }
H1.HeaderClassName
{
color: #834247;
}
.AnyTagClassName
{
color: #834247;
}
</style>
background-color css
<style>
a { background-color: #834247; }
a { background-color: rgb(131,66,71); }
div.DivClassName
{
background-color: #834247;
}
.BgClassName
{
background-color: #834247;
}
</style>
border-color css
<style>
span { border-color: #834247; }
span { border-color: rgb(131,66,71); }
td.TdClassName
{
border-color: #834247;
}
.TagClassName
{
border-color: #834247;
}
</style>