#92356D

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

Shades of Lipstick #92356D

Tints of Lipstick #92356D

Color information

#92356D (or 0x92356D) is unknown color: approx Lipstick. HEX triplet: 92, 35 and 6D. RGB value is (146,53,109). Sum of RGB (Red+Green+Blue) = 146+53+109=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92356D is #6DCA92. Grayscale: #575757. Windows color (decimal): -7195283 or 7157138. OLE color: 7157138.

HSL color Cylindrical-coordinate representation of color #92356D: hue angle of 323.87º 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 #92356D is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14653109-
CMYK00.640.250.43
HSL323.87º46.73%39.02%-
HSV(B)323.87º63.7%57.25%-
XYZ15.899.7615.51-
YUV87.19140.31169.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=47.40%
G=17.21%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465310900.640.250.43323.8746.7339.02
Hex92356D040192B1442f27
Octal22265155010031535045747
Binary1001001011010111011010100000011001101011101000100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92356D; }

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

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

<style>
 a { background-color: #92356D; }

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

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

<style>
 span { border-color: #92356D; }

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

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