Shades of Solid Pink #89434B
Tints of Solid Pink #89434B
RGB
CMYK
RGB Variations
Color information
#89434B (or 0x89434B) is known color: Solid Pink. HEX triplet: 89, 43 and 4B. RGB value is (137,67,75). Sum of RGB (Red+Green+Blue) = 137+67+75=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89434B is #76BCB4. Grayscale: #585858. Windows color (decimal): -7781557 or 4932489. OLE color: 4932489.
HSL color Cylindrical-coordinate representation of color #89434B: hue angle of 353.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89434B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 75 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.46 |
| HSL | 353.14º | 0.34% | 0.4% | - |
| HSV(B) | 353.14º | 0.51% | 0.54% | - |
| XYZ | 13.59 | 9.84 | 7.84 | - |
| YUV | 88.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 75 | 0 | 0.51 | 0.45 | 0.46 | 353.14 | 0.34 | 0.4 |
| Hex | 89 | 43 | 4B | 0 | 33 | 2D | 2E | 161 | 22 | 28 |
| Octal | 211 | 103 | 113 | 0 | 63 | 55 | 56 | 541 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1001011 | 0 | 110011 | 101101 | 101110 | 101100001 | 100010 | 101000 |
Color Harmonies of #89434B
Complementary color
Monochromatic Colors of #89434B
Black with #89434B
Text Example
Text Example
White with #89434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89434B; }
p { color: rgb(137,67,75); }
H1.HeaderClassName
{
color: #89434B;
}
.AnyTagClassName
{
color: #89434B;
}
</style>
background-color css
<style>
a { background-color: #89434B; }
a { background-color: rgb(137,67,75); }
div.DivClassName
{
background-color: #89434B;
}
.BgClassName
{
background-color: #89434B;
}
</style>
border-color css
<style>
span { border-color: #89434B; }
span { border-color: rgb(137,67,75); }
td.TdClassName
{
border-color: #89434B;
}
.TagClassName
{
border-color: #89434B;
}
</style>