#953269

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

Shades of Lipstick #953269

Tints of Lipstick #953269

Color information

#953269 (or 0x953269) is unknown color: approx Lipstick. HEX triplet: 95, 32 and 69. RGB value is (149,50,105). Sum of RGB (Red+Green+Blue) = 149+50+105=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953269 is #6ACD96. Grayscale: #555555. Windows color (decimal): -6999447 or 6894229. OLE color: 6894229.

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

Color convert

RGB14950105-
CMYK00.660.300.42
HSL326.67º49.75%39.02%-
HSV(B)326.67º66.44%58.43%-
XYZ16.089.6914.39-
YUV85.87138.8173.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=49.01%
G=16.45%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495010500.660.300.42326.6749.7539.02
Hex9532690421E2A1473227
Octal22562151010236525076247
Binary1001010111001011010010100001011110101010101000111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953269; }

 p { color: rgb(149,50,105); }

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

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

 a { background-color: rgb(149,50,105); }

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

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

 span { border-color: rgb(149,50,105); }

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