Shades of Lipstick #92366B
Tints of Lipstick #92366B
RGB
CMYK
RGB Variations
Color information
#92366B (or 0x92366B) is known color: Lipstick. HEX triplet: 92, 36 and 6B. RGB value is (146,54,107). Sum of RGB (Red+Green+Blue) = 146+54+107=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92366B is #6DC994. Grayscale: #575757. Windows color (decimal): -7195029 or 7026322. OLE color: 7026322.
HSL color Cylindrical-coordinate representation of color #92366B: hue angle of 325.43º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92366B is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 54 | 107 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.43 |
| HSL | 325.43º | 0.46% | 0.39% | - |
| HSV(B) | 325.43º | 0.63% | 0.57% | - |
| XYZ | 15.83 | 9.81 | 14.97 | - |
| YUV | 87.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 107 | 0 | 0.63 | 0.27 | 0.43 | 325.43 | 0.46 | 0.39 |
| Hex | 92 | 36 | 6B | 0 | 3F | 1B | 2B | 145 | 2E | 27 |
| Octal | 222 | 66 | 153 | 0 | 77 | 33 | 53 | 505 | 56 | 47 |
| Binary | 10010010 | 110110 | 1101011 | 0 | 111111 | 11011 | 101011 | 101000101 | 101110 | 100111 |
Color Harmonies of #92366B
Complementary color
Monochromatic Colors of #92366B
Black with #92366B
Text Example
Text Example
White with #92366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92366B; }
p { color: rgb(146,54,107); }
H1.HeaderClassName
{
color: #92366B;
}
.AnyTagClassName
{
color: #92366B;
}
</style>
background-color css
<style>
a { background-color: #92366B; }
a { background-color: rgb(146,54,107); }
div.DivClassName
{
background-color: #92366B;
}
.BgClassName
{
background-color: #92366B;
}
</style>
border-color css
<style>
span { border-color: #92366B; }
span { border-color: rgb(146,54,107); }
td.TdClassName
{
border-color: #92366B;
}
.TagClassName
{
border-color: #92366B;
}
</style>