Shades of Solid Pink #834A4B
Tints of Solid Pink #834A4B
RGB
CMYK
RGB Variations
Color information
#834A4B (or 0x834A4B) is known color: Solid Pink. HEX triplet: 83, 4A and 4B. RGB value is (131,74,75). Sum of RGB (Red+Green+Blue) = 131+74+75=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #834A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A4B is #7CB5B4. Grayscale: #5B5B5B. Windows color (decimal): -8172981 or 4934275. OLE color: 4934275.
HSL color Cylindrical-coordinate representation of color #834A4B: hue angle of 358.95º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834A4B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 74 | 75 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.49 |
| HSL | 358.95º | 0.28% | 0.4% | - |
| HSV(B) | 358.95º | 0.44% | 0.51% | - |
| XYZ | 13.08 | 10.23 | 7.94 | - |
| YUV | 91.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 75 | 0 | 0.44 | 0.43 | 0.49 | 358.95 | 0.28 | 0.4 |
| Hex | 83 | 4A | 4B | 0 | 2C | 2B | 31 | 167 | 1C | 28 |
| Octal | 203 | 112 | 113 | 0 | 54 | 53 | 61 | 547 | 34 | 50 |
| Binary | 10000011 | 1001010 | 1001011 | 0 | 101100 | 101011 | 110001 | 101100111 | 11100 | 101000 |
Color Harmonies of #834A4B
Complementary color
Monochromatic Colors of #834A4B
Black with #834A4B
Text Example
Text Example
White with #834A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A4B; }
p { color: rgb(131,74,75); }
H1.HeaderClassName
{
color: #834A4B;
}
.AnyTagClassName
{
color: #834A4B;
}
</style>
background-color css
<style>
a { background-color: #834A4B; }
a { background-color: rgb(131,74,75); }
div.DivClassName
{
background-color: #834A4B;
}
.BgClassName
{
background-color: #834A4B;
}
</style>
border-color css
<style>
span { border-color: #834A4B; }
span { border-color: rgb(131,74,75); }
td.TdClassName
{
border-color: #834A4B;
}
.TagClassName
{
border-color: #834A4B;
}
</style>