Shades of Lipstick #92265B
Tints of Lipstick #92265B
RGB
CMYK
RGB Variations
Color information
#92265B (or 0x92265B) is known color: Lipstick. HEX triplet: 92, 26 and 5B. RGB value is (146,38,91). Sum of RGB (Red+Green+Blue) = 146+38+91=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #92265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92265B is #6DD9A4. Grayscale: #4C4C4C. Windows color (decimal): -7199141 or 5973650. OLE color: 5973650.
HSL color Cylindrical-coordinate representation of color #92265B: hue angle of 330.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92265B is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 91 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.43 |
| HSL | 330.56º | 0.59% | 0.36% | - |
| HSV(B) | 330.56º | 0.74% | 0.57% | - |
| XYZ | 14.44 | 8.25 | 10.73 | - |
| YUV | 76.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 91 | 0 | 0.74 | 0.38 | 0.43 | 330.56 | 0.59 | 0.36 |
| Hex | 92 | 26 | 5B | 0 | 4A | 26 | 2B | 14B | 3B | 24 |
| Octal | 222 | 46 | 133 | 0 | 112 | 46 | 53 | 513 | 73 | 44 |
| Binary | 10010010 | 100110 | 1011011 | 0 | 1001010 | 100110 | 101011 | 101001011 | 111011 | 100100 |
Color Harmonies of #92265B
Complementary color
Monochromatic Colors of #92265B
Black with #92265B
Text Example
Text Example
White with #92265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92265B; }
p { color: rgb(146,38,91); }
H1.HeaderClassName
{
color: #92265B;
}
.AnyTagClassName
{
color: #92265B;
}
</style>
background-color css
<style>
a { background-color: #92265B; }
a { background-color: rgb(146,38,91); }
div.DivClassName
{
background-color: #92265B;
}
.BgClassName
{
background-color: #92265B;
}
</style>
border-color css
<style>
span { border-color: #92265B; }
span { border-color: rgb(146,38,91); }
td.TdClassName
{
border-color: #92265B;
}
.TagClassName
{
border-color: #92265B;
}
</style>