#92376C

Color #92376C Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #92376C

Tints of Lipstick #92376C

Color information

#92376C (or 0x92376C) is unknown color: approx 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

RGB14655108-
CMYK00.620.260.43
HSL325.05º45.27%39.41%-
HSV(B)325.05º62.33%57.25%-
XYZ15.939.9315.26-
YUV88.25139.15169.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=47.25%
G=17.80%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465510800.620.260.43325.0545.2739.41
Hex92376C03E1A2B1452d27
Octal2226715407632535055547
Binary100100101101111101100011111011010101011101000101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>