Shades of Solid Pink #894349
Tints of Solid Pink #894349
RGB
CMYK
RGB Variations
Color information
#894349 (or 0x894349) is known color: Solid Pink. HEX triplet: 89, 43 and 49. RGB value is (137,67,73). Sum of RGB (Red+Green+Blue) = 137+67+73=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894349 is #76BCB6. Grayscale: #585858. Windows color (decimal): -7781559 or 4801417. OLE color: 4801417.
HSL color Cylindrical-coordinate representation of color #894349: hue angle of 354.86º 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 #894349 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 73 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.46 |
| HSL | 354.86º | 0.34% | 0.4% | - |
| HSV(B) | 354.86º | 0.51% | 0.54% | - |
| XYZ | 13.53 | 9.81 | 7.48 | - |
| YUV | 88.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 73 | 0 | 0.51 | 0.47 | 0.46 | 354.86 | 0.34 | 0.4 |
| Hex | 89 | 43 | 49 | 0 | 33 | 2F | 2E | 163 | 22 | 28 |
| Octal | 211 | 103 | 111 | 0 | 63 | 57 | 56 | 543 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1001001 | 0 | 110011 | 101111 | 101110 | 101100011 | 100010 | 101000 |
Color Harmonies of #894349
Complementary color
Monochromatic Colors of #894349
Black with #894349
Text Example
Text Example
White with #894349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894349; }
p { color: rgb(137,67,73); }
H1.HeaderClassName
{
color: #894349;
}
.AnyTagClassName
{
color: #894349;
}
</style>
background-color css
<style>
a { background-color: #894349; }
a { background-color: rgb(137,67,73); }
div.DivClassName
{
background-color: #894349;
}
.BgClassName
{
background-color: #894349;
}
</style>
border-color css
<style>
span { border-color: #894349; }
span { border-color: rgb(137,67,73); }
td.TdClassName
{
border-color: #894349;
}
.TagClassName
{
border-color: #894349;
}
</style>