Shades of Lipstick #92376C
Tints of Lipstick #92376C
RGB
CMYK
RGB Variations
Color information
#92376C (or 0x92376C) is known color: Lipstick. HEX triplet: 92, 37 and 6C. RGB value is (146,55,108). Sum of RGB (Red+Green+Blue) = 146+55+108=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92376C is #6DC893. Grayscale: #585858. Windows color (decimal): -7194772 or 7092114. OLE color: 7092114.
HSL color Cylindrical-coordinate representation of color #92376C: hue angle of 325.05º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92376C is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 55 | 108 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.43 |
| HSL | 325.05º | 0.45% | 0.39% | - |
| HSV(B) | 325.05º | 0.62% | 0.57% | - |
| XYZ | 15.93 | 9.93 | 15.26 | - |
| YUV | 88.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 108 | 0 | 0.62 | 0.26 | 0.43 | 325.05 | 0.45 | 0.39 |
| Hex | 92 | 37 | 6C | 0 | 3E | 1A | 2B | 145 | 2D | 27 |
| Octal | 222 | 67 | 154 | 0 | 76 | 32 | 53 | 505 | 55 | 47 |
| Binary | 10010010 | 110111 | 1101100 | 0 | 111110 | 11010 | 101011 | 101000101 | 101101 | 100111 |
Color Harmonies of #92376C
Complementary color
Monochromatic Colors of #92376C
Black with #92376C
Text Example
Text Example
White with #92376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92376C; }
p { color: rgb(146,55,108); }
H1.HeaderClassName
{
color: #92376C;
}
.AnyTagClassName
{
color: #92376C;
}
</style>
background-color css
<style>
a { background-color: #92376C; }
a { background-color: rgb(146,55,108); }
div.DivClassName
{
background-color: #92376C;
}
.BgClassName
{
background-color: #92376C;
}
</style>
border-color css
<style>
span { border-color: #92376C; }
span { border-color: rgb(146,55,108); }
td.TdClassName
{
border-color: #92376C;
}
.TagClassName
{
border-color: #92376C;
}
</style>