#92355E

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

Shades of Lipstick #92355E

Tints of Lipstick #92355E

Color information

#92355E (or 0x92355E) is unknown color: approx Lipstick. HEX triplet: 92, 35 and 5E. RGB value is (146,53,94). Sum of RGB (Red+Green+Blue) = 146+53+94=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #92355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92355E is #6DCAA1. Grayscale: #555555. Windows color (decimal): -7195298 or 6174098. OLE color: 6174098.

HSL color Cylindrical-coordinate representation of color #92355E: hue angle of 333.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92355E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1465394-
CMYK00.640.360.43
HSL333.55º46.73%39.02%-
HSV(B)333.55º63.7%57.25%-
XYZ15.159.4711.62-
YUV85.48132.81171.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=49.83%
G=18.09%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146539400.640.360.43333.5546.7339.02
Hex92355E040242B14e2f27
Octal22265136010044535165747
Binary10010010110101101111001000000100100101011101001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92355E; }

 p { color: rgb(146,53,94); }

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

<style>
 a { background-color: #92355E; }

 a { background-color: rgb(146,53,94); }

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

<style>
 span { border-color: #92355E; }

 span { border-color: rgb(146,53,94); }

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