#953062

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

Shades of Lipstick #953062

Tints of Lipstick #953062

Color information

#953062 (or 0x953062) is unknown color: approx Lipstick. HEX triplet: 95, 30 and 62. RGB value is (149,48,98). Sum of RGB (Red+Green+Blue) = 149+48+98=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #953062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953062 is #6ACF9D. Grayscale: #535353. Windows color (decimal): -6999966 or 6434965. OLE color: 6434965.

HSL color Cylindrical-coordinate representation of color #953062: hue angle of 330.3º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953062 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1494898-
CMYK00.680.340.42
HSL330.3º51.27%38.63%-
HSV(B)330.3º67.79%58.43%-
XYZ15.669.3912.54-
YUV83.9135.96174.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=50.51%
G=16.27%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149489800.680.340.42330.351.2738.63
Hex953062044222A14a3327
Octal22560142010442525126347
Binary10010101110000110001001000100100010101010101001010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953062; }

 p { color: rgb(149,48,98); }

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

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

 a { background-color: rgb(149,48,98); }

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

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

 span { border-color: rgb(149,48,98); }

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