#953466

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

Shades of Lipstick #953466

Tints of Lipstick #953466

Color information

#953466 (or 0x953466) is unknown color: approx Lipstick. HEX triplet: 95, 34 and 66. RGB value is (149,52,102). Sum of RGB (Red+Green+Blue) = 149+52+102=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #953466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953466 is #6ACB99. Grayscale: #565656. Windows color (decimal): -6998938 or 6698133. OLE color: 6698133.

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

Color convert

RGB14952102-
CMYK00.650.320.42
HSL329.07º48.26%39.41%-
HSV(B)329.07º65.1%58.43%-
XYZ16.029.813.62-
YUV86.7136.64172.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=49.17%
G=17.16%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495210200.650.320.42329.0748.2639.41
Hex953466041202A1493027
Octal22564146010140525116047
Binary10010101110100110011001000001100000101010101001001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953466; }

 p { color: rgb(149,52,102); }

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

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

 a { background-color: rgb(149,52,102); }

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

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

 span { border-color: rgb(149,52,102); }

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