#92295A

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

Shades of Lipstick #92295A

Tints of Lipstick #92295A

Color information

#92295A (or 0x92295A) is unknown color: approx Lipstick. HEX triplet: 92, 29 and 5A. RGB value is (146,41,90). Sum of RGB (Red+Green+Blue) = 146+41+90=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92295A is #6DD6A5. Grayscale: #4D4D4D. Windows color (decimal): -7198374 or 5908882. OLE color: 5908882.

HSL color Cylindrical-coordinate representation of color #92295A: hue angle of 332º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92295A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1464190-
CMYK00.720.380.43
HSL332º56.15%36.67%-
HSV(B)332º71.92%57.25%-
XYZ14.498.4410.54-
YUV77.98134.79176.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=52.71%
G=14.80%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146419000.720.380.4333256.1536.67
Hex92295A048262B14c3825
Octal22251132011046535147045
Binary10010010101001101101001001000100110101011101001100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92295A; }

 p { color: rgb(146,41,90); }

 H1.HeaderClassName
 {
   color: #92295A;
 }
 .AnyTagClassName
 {
   color: #92295A;
 }
</style>
background-color css

<style>
 a { background-color: #92295A; }

 a { background-color: rgb(146,41,90); }

 div.DivClassName
 {
   background-color: #92295A;
 }
 .BgClassName
 {
   background-color: #92295A;
 }
</style>
border-color css

<style>
 span { border-color: #92295A; }

 span { border-color: rgb(146,41,90); }

 td.TdClassName
 {
   border-color: #92295A;
 }
 .TagClassName
 {
   border-color: #92295A;
 }
</style>