Shades of Solid Pink #894245
Tints of Solid Pink #894245
RGB
CMYK
RGB Variations
Color information
#894245 (or 0x894245) is known color: Solid Pink. HEX triplet: 89, 42 and 45. RGB value is (137,66,69). Sum of RGB (Red+Green+Blue) = 137+66+69=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894245 is #76BDBA. Grayscale: #575757. Windows color (decimal): -7781819 or 4539017. OLE color: 4539017.
HSL color Cylindrical-coordinate representation of color #894245: hue angle of 357.46º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894245 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 66 | 69 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.46 |
| HSL | 357.46º | 0.35% | 0.4% | - |
| HSV(B) | 357.46º | 0.52% | 0.54% | - |
| XYZ | 13.34 | 9.64 | 6.79 | - |
| YUV | 87.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 69 | 0 | 0.52 | 0.50 | 0.46 | 357.46 | 0.35 | 0.4 |
| Hex | 89 | 42 | 45 | 0 | 34 | 32 | 2E | 165 | 23 | 28 |
| Octal | 211 | 102 | 105 | 0 | 64 | 62 | 56 | 545 | 43 | 50 |
| Binary | 10001001 | 1000010 | 1000101 | 0 | 110100 | 110010 | 101110 | 101100101 | 100011 | 101000 |
Color Harmonies of #894245
Complementary color
Monochromatic Colors of #894245
Black with #894245
Text Example
Text Example
White with #894245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894245; }
p { color: rgb(137,66,69); }
H1.HeaderClassName
{
color: #894245;
}
.AnyTagClassName
{
color: #894245;
}
</style>
background-color css
<style>
a { background-color: #894245; }
a { background-color: rgb(137,66,69); }
div.DivClassName
{
background-color: #894245;
}
.BgClassName
{
background-color: #894245;
}
</style>
border-color css
<style>
span { border-color: #894245; }
span { border-color: rgb(137,66,69); }
td.TdClassName
{
border-color: #894245;
}
.TagClassName
{
border-color: #894245;
}
</style>