Shades of Lipstick #92375E
Tints of Lipstick #92375E
RGB
CMYK
RGB Variations
Color information
#92375E (or 0x92375E) is known color: Lipstick. HEX triplet: 92, 37 and 5E. RGB value is (146,55,94). Sum of RGB (Red+Green+Blue) = 146+55+94=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #92375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92375E is #6DC8A1. Grayscale: #565656. Windows color (decimal): -7194786 or 6174610. OLE color: 6174610.
HSL color Cylindrical-coordinate representation of color #92375E: hue angle of 334.29º 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 #92375E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 55 | 94 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.43 |
| HSL | 334.29º | 0.45% | 0.39% | - |
| HSV(B) | 334.29º | 0.62% | 0.57% | - |
| XYZ | 15.24 | 9.65 | 11.65 | - |
| YUV | 86.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 94 | 0 | 0.62 | 0.36 | 0.43 | 334.29 | 0.45 | 0.39 |
| Hex | 92 | 37 | 5E | 0 | 3E | 24 | 2B | 14E | 2D | 27 |
| Octal | 222 | 67 | 136 | 0 | 76 | 44 | 53 | 516 | 55 | 47 |
| Binary | 10010010 | 110111 | 1011110 | 0 | 111110 | 100100 | 101011 | 101001110 | 101101 | 100111 |
Color Harmonies of #92375E
Complementary color
Monochromatic Colors of #92375E
Black with #92375E
Text Example
Text Example
White with #92375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92375E; }
p { color: rgb(146,55,94); }
H1.HeaderClassName
{
color: #92375E;
}
.AnyTagClassName
{
color: #92375E;
}
</style>
background-color css
<style>
a { background-color: #92375E; }
a { background-color: rgb(146,55,94); }
div.DivClassName
{
background-color: #92375E;
}
.BgClassName
{
background-color: #92375E;
}
</style>
border-color css
<style>
span { border-color: #92375E; }
span { border-color: rgb(146,55,94); }
td.TdClassName
{
border-color: #92375E;
}
.TagClassName
{
border-color: #92375E;
}
</style>