#92366D

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

Shades of Lipstick #92366D

Tints of Lipstick #92366D

Color information

#92366D (or 0x92366D) is unknown color: approx Lipstick. HEX triplet: 92, 36 and 6D. RGB value is (146,54,109). Sum of RGB (Red+Green+Blue) = 146+54+109=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92366D is #6DC992. Grayscale: #575757. Windows color (decimal): -7195027 or 7157394. OLE color: 7157394.

HSL color Cylindrical-coordinate representation of color #92366D: hue angle of 324.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92366D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14654109-
CMYK00.630.250.43
HSL324.13º46%39.22%-
HSV(B)324.13º63.01%57.25%-
XYZ15.939.8515.53-
YUV87.78139.98169.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=47.25%
G=17.48%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465410900.630.250.43324.134639.22
Hex92366D03F192B1442e27
Octal2226615507731535045647
Binary100100101101101101101011111111001101011101000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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