#92375C

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

Shades of Lipstick #92375C

Tints of Lipstick #92375C

Color information

#92375C (or 0x92375C) is unknown color: approx Lipstick. HEX triplet: 92, 37 and 5C. RGB value is (146,55,92). Sum of RGB (Red+Green+Blue) = 146+55+92=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #92375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92375C is #6DC8A3. Grayscale: #565656. Windows color (decimal): -7194788 or 6043538. OLE color: 6043538.

HSL color Cylindrical-coordinate representation of color #92375C: hue angle of 335.6º 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 #92375C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1465592-
CMYK00.620.370.43
HSL335.6º45.27%39.41%-
HSV(B)335.6º62.33%57.25%-
XYZ15.159.6211.18-
YUV86.43131.15170.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=49.83%
G=18.77%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146559200.620.370.43335.645.2739.41
Hex92375C03E252B1502d27
Octal2226713407645535205547
Binary1001001011011110111000111110100101101011101010000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92375C; }

 p { color: rgb(146,55,92); }

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

<style>
 a { background-color: #92375C; }

 a { background-color: rgb(146,55,92); }

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

<style>
 span { border-color: #92375C; }

 span { border-color: rgb(146,55,92); }

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