Shades of Solid Pink #925053
Tints of Solid Pink #925053
RGB
CMYK
RGB Variations
Color information
#925053 (or 0x925053) is known color: Solid Pink. HEX triplet: 92, 50 and 53. RGB value is (146,80,83). Sum of RGB (Red+Green+Blue) = 146+80+83=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #925053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925053 is #6DAFAC. Grayscale: #646464. Windows color (decimal): -7188397 or 5460114. OLE color: 5460114.
HSL color Cylindrical-coordinate representation of color #925053: hue angle of 357.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925053 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 83 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.43 |
| HSL | 357.27º | 0.29% | 0.44% | - |
| HSV(B) | 357.27º | 0.45% | 0.57% | - |
| XYZ | 16.28 | 12.47 | 9.73 | - |
| YUV | 100.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 83 | 0 | 0.45 | 0.43 | 0.43 | 357.27 | 0.29 | 0.44 |
| Hex | 92 | 50 | 53 | 0 | 2D | 2B | 2B | 165 | 1D | 2C |
| Octal | 222 | 120 | 123 | 0 | 55 | 53 | 53 | 545 | 35 | 54 |
| Binary | 10010010 | 1010000 | 1010011 | 0 | 101101 | 101011 | 101011 | 101100101 | 11101 | 101100 |
Color Harmonies of #925053
Complementary color
Monochromatic Colors of #925053
Black with #925053
Text Example
Text Example
White with #925053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925053; }
p { color: rgb(146,80,83); }
H1.HeaderClassName
{
color: #925053;
}
.AnyTagClassName
{
color: #925053;
}
</style>
background-color css
<style>
a { background-color: #925053; }
a { background-color: rgb(146,80,83); }
div.DivClassName
{
background-color: #925053;
}
.BgClassName
{
background-color: #925053;
}
</style>
border-color css
<style>
span { border-color: #925053; }
span { border-color: rgb(146,80,83); }
td.TdClassName
{
border-color: #925053;
}
.TagClassName
{
border-color: #925053;
}
</style>