#95305E

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

Shades of Lipstick #95305E

Tints of Lipstick #95305E

Color information

#95305E (or 0x95305E) is unknown color: approx Lipstick. HEX triplet: 95, 30 and 5E. RGB value is (149,48,94). Sum of RGB (Red+Green+Blue) = 149+48+94=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95305E is #6ACFA1. Grayscale: #535353. Windows color (decimal): -6999970 or 6172821. OLE color: 6172821.

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

Color convert

RGB1494894-
CMYK00.680.370.42
HSL332.67º51.27%38.63%-
HSV(B)332.67º67.79%58.43%-
XYZ15.479.3111.57-
YUV83.44133.96174.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=51.20%
G=16.49%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149489400.680.370.42332.6751.2738.63
Hex95305E044252A14d3327
Octal22560136010445525156347
Binary10010101110000101111001000100100101101010101001101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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