#952263

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

Shades of Lipstick #952263

Tints of Lipstick #952263

Color information

#952263 (or 0x952263) is unknown color: approx Lipstick. HEX triplet: 95, 22 and 63. RGB value is (149,34,99). Sum of RGB (Red+Green+Blue) = 149+34+99=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #952263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952263 is #6ADD9C. Grayscale: #4B4B4B. Windows color (decimal): -7003549 or 6496917. OLE color: 6496917.

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

Color convert

RGB1493499-
CMYK00.770.340.42
HSL326.09º62.84%35.88%-
HSV(B)326.09º77.18%58.43%-
XYZ15.228.4312.63-
YUV75.79141.1180.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=52.84%
G=12.06%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149349900.770.340.42326.0962.8435.88
Hex95226304D222A1463f24
Octal22542143011542525067744
Binary10010101100010110001101001101100010101010101000110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952263; }

 p { color: rgb(149,34,99); }

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

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

 a { background-color: rgb(149,34,99); }

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

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

 span { border-color: rgb(149,34,99); }

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