Shades of Solid Pink #945253
Tints of Solid Pink #945253
RGB
CMYK
RGB Variations
Color information
#945253 (or 0x945253) is known color: Solid Pink. HEX triplet: 94, 52 and 53. RGB value is (148,82,83). Sum of RGB (Red+Green+Blue) = 148+82+83=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945253 is #6BADAC. Grayscale: #656565. Windows color (decimal): -7056813 or 5460628. OLE color: 5460628.
HSL color Cylindrical-coordinate representation of color #945253: hue angle of 359.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945253 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 83 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.42 |
| HSL | 359.09º | 0.29% | 0.45% | - |
| HSV(B) | 359.09º | 0.45% | 0.58% | - |
| XYZ | 16.79 | 12.96 | 9.8 | - |
| YUV | 101.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 83 | 0 | 0.45 | 0.44 | 0.42 | 359.09 | 0.29 | 0.45 |
| Hex | 94 | 52 | 53 | 0 | 2D | 2C | 2A | 167 | 1D | 2D |
| Octal | 224 | 122 | 123 | 0 | 55 | 54 | 52 | 547 | 35 | 55 |
| Binary | 10010100 | 1010010 | 1010011 | 0 | 101101 | 101100 | 101010 | 101100111 | 11101 | 101101 |
Color Harmonies of #945253
Complementary color
Monochromatic Colors of #945253
Black with #945253
Text Example
Text Example
White with #945253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945253; }
p { color: rgb(148,82,83); }
H1.HeaderClassName
{
color: #945253;
}
.AnyTagClassName
{
color: #945253;
}
</style>
background-color css
<style>
a { background-color: #945253; }
a { background-color: rgb(148,82,83); }
div.DivClassName
{
background-color: #945253;
}
.BgClassName
{
background-color: #945253;
}
</style>
border-color css
<style>
span { border-color: #945253; }
span { border-color: rgb(148,82,83); }
td.TdClassName
{
border-color: #945253;
}
.TagClassName
{
border-color: #945253;
}
</style>