#952368

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

Shades of Lipstick #952368

Tints of Lipstick #952368

Color information

#952368 (or 0x952368) is unknown color: approx Lipstick. HEX triplet: 95, 23 and 68. RGB value is (149,35,104). Sum of RGB (Red+Green+Blue) = 149+35+104=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #952368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952368 is #6ADC97. Grayscale: #4C4C4C. Windows color (decimal): -7003288 or 6824853. OLE color: 6824853.

HSL color Cylindrical-coordinate representation of color #952368: hue angle of 323.68º degrees, saturation: 0.62, 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 #952368 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14935104-
CMYK00.770.300.42
HSL323.68º61.96%36.08%-
HSV(B)323.68º76.51%58.43%-
XYZ15.498.5913.94-
YUV76.95143.27179.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=51.74%
G=12.15%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493510400.770.300.42323.6861.9636.08
Hex95236804D1E2A1443e24
Octal22543150011536525047644
Binary1001010110001111010000100110111110101010101000100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952368; }

 p { color: rgb(149,35,104); }

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

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

 a { background-color: rgb(149,35,104); }

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

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

 span { border-color: rgb(149,35,104); }

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