Shades of Solid Pink #83464B
Tints of Solid Pink #83464B
RGB
CMYK
RGB Variations
Color information
#83464B (or 0x83464B) is known color: Solid Pink. HEX triplet: 83, 46 and 4B. RGB value is (131,70,75). Sum of RGB (Red+Green+Blue) = 131+70+75=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83464B is #7CB9B4. Grayscale: #585858. Windows color (decimal): -8174005 or 4933251. OLE color: 4933251.
HSL color Cylindrical-coordinate representation of color #83464B: hue angle of 355.08º 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 #83464B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 70 | 75 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.49 |
| HSL | 355.08º | 0.3% | 0.39% | - |
| HSV(B) | 355.08º | 0.47% | 0.51% | - |
| XYZ | 12.82 | 9.71 | 7.86 | - |
| YUV | 88.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 75 | 0 | 0.47 | 0.43 | 0.49 | 355.08 | 0.3 | 0.39 |
| Hex | 83 | 46 | 4B | 0 | 2F | 2B | 31 | 163 | 1E | 27 |
| Octal | 203 | 106 | 113 | 0 | 57 | 53 | 61 | 543 | 36 | 47 |
| Binary | 10000011 | 1000110 | 1001011 | 0 | 101111 | 101011 | 110001 | 101100011 | 11110 | 100111 |
Color Harmonies of #83464B
Complementary color
Monochromatic Colors of #83464B
Black with #83464B
Text Example
Text Example
White with #83464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83464B; }
p { color: rgb(131,70,75); }
H1.HeaderClassName
{
color: #83464B;
}
.AnyTagClassName
{
color: #83464B;
}
</style>
background-color css
<style>
a { background-color: #83464B; }
a { background-color: rgb(131,70,75); }
div.DivClassName
{
background-color: #83464B;
}
.BgClassName
{
background-color: #83464B;
}
</style>
border-color css
<style>
span { border-color: #83464B; }
span { border-color: rgb(131,70,75); }
td.TdClassName
{
border-color: #83464B;
}
.TagClassName
{
border-color: #83464B;
}
</style>