#923063

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

Shades of Lipstick #923063

Tints of Lipstick #923063

Color information

#923063 (or 0x923063) is unknown color: approx Lipstick. HEX triplet: 92, 30 and 63. RGB value is (146,48,99). Sum of RGB (Red+Green+Blue) = 146+48+99=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #923063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923063 is #6DCF9C. Grayscale: #535353. Windows color (decimal): -7196573 or 6500498. OLE color: 6500498.

HSL color Cylindrical-coordinate representation of color #923063: hue angle of 328.78º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923063 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1464899-
CMYK00.670.320.43
HSL328.78º50.52%38.04%-
HSV(B)328.78º67.12%57.25%-
XYZ15.169.1312.77-
YUV83.12136.97172.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=49.83%
G=16.38%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146489900.670.320.43328.7850.5238.04
Hex923063043202B1493326
Octal22260143010340535116346
Binary10010010110000110001101000011100000101011101001001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923063; }

 p { color: rgb(146,48,99); }

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

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

 a { background-color: rgb(146,48,99); }

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

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

 span { border-color: rgb(146,48,99); }

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