#95305D

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

Shades of Lipstick #95305D

Tints of Lipstick #95305D

Color information

#95305D (or 0x95305D) is unknown color: approx Lipstick. HEX triplet: 95, 30 and 5D. RGB value is (149,48,93). Sum of RGB (Red+Green+Blue) = 149+48+93=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95305D is #6ACFA2. Grayscale: #535353. Windows color (decimal): -6999971 or 6107285. OLE color: 6107285.

HSL color Cylindrical-coordinate representation of color #95305D: hue angle of 333.27º 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 #95305D is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1494893-
CMYK00.680.380.42
HSL333.27º51.27%38.63%-
HSV(B)333.27º67.79%58.43%-
XYZ15.439.2911.34-
YUV83.33133.46174.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=51.38%
G=16.55%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149489300.680.380.42333.2751.2738.63
Hex95305D044262A14d3327
Octal22560135010446525156347
Binary10010101110000101110101000100100110101010101001101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95305D; }

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

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

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

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

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

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

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

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