#92255A

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

Shades of Lipstick #92255A

Tints of Lipstick #92255A

Color information

#92255A (or 0x92255A) is unknown color: approx Lipstick. HEX triplet: 92, 25 and 5A. RGB value is (146,37,90). Sum of RGB (Red+Green+Blue) = 146+37+90=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92255A is #6DDAA5. Grayscale: #4B4B4B. Windows color (decimal): -7199398 or 5907858. OLE color: 5907858.

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

Color convert

RGB1463790-
CMYK00.750.380.43
HSL330.83º59.56%35.88%-
HSV(B)330.83º74.66%57.25%-
XYZ14.368.1710.49-
YUV75.63136.11178.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.48%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=53.48%
G=13.55%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146379000.750.380.43330.8359.5635.88
Hex92255A04B262B14b3c24
Octal22245132011346535137444
Binary10010010100101101101001001011100110101011101001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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