Shades of Solid Pink #894348
Tints of Solid Pink #894348
RGB
CMYK
RGB Variations
Color information
#894348 (or 0x894348) is known color: Solid Pink. HEX triplet: 89, 43 and 48. RGB value is (137,67,72). Sum of RGB (Red+Green+Blue) = 137+67+72=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894348 is #76BCB7. Grayscale: #585858. Windows color (decimal): -7781560 or 4735881. OLE color: 4735881.
HSL color Cylindrical-coordinate representation of color #894348: hue angle of 355.71º 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 #894348 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 72 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.46 |
| HSL | 355.71º | 0.34% | 0.4% | - |
| HSV(B) | 355.71º | 0.51% | 0.54% | - |
| XYZ | 13.49 | 9.8 | 7.31 | - |
| YUV | 88.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 72 | 0 | 0.51 | 0.47 | 0.46 | 355.71 | 0.34 | 0.4 |
| Hex | 89 | 43 | 48 | 0 | 33 | 2F | 2E | 164 | 22 | 28 |
| Octal | 211 | 103 | 110 | 0 | 63 | 57 | 56 | 544 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1001000 | 0 | 110011 | 101111 | 101110 | 101100100 | 100010 | 101000 |
Color Harmonies of #894348
Complementary color
Monochromatic Colors of #894348
Black with #894348
Text Example
Text Example
White with #894348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894348; }
p { color: rgb(137,67,72); }
H1.HeaderClassName
{
color: #894348;
}
.AnyTagClassName
{
color: #894348;
}
</style>
background-color css
<style>
a { background-color: #894348; }
a { background-color: rgb(137,67,72); }
div.DivClassName
{
background-color: #894348;
}
.BgClassName
{
background-color: #894348;
}
</style>
border-color css
<style>
span { border-color: #894348; }
span { border-color: rgb(137,67,72); }
td.TdClassName
{
border-color: #894348;
}
.TagClassName
{
border-color: #894348;
}
</style>