#95255A

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

Shades of Lipstick #95255A

Tints of Lipstick #95255A

Color information

#95255A (or 0x95255A) is unknown color: approx Lipstick. HEX triplet: 95, 25 and 5A. RGB value is (149,37,90). Sum of RGB (Red+Green+Blue) = 149+37+90=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95255A is #6ADAA5. Grayscale: #4C4C4C. Windows color (decimal): -7002790 or 5907861. OLE color: 5907861.

HSL color Cylindrical-coordinate representation of color #95255A: hue angle of 331.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95255A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1493790-
CMYK00.750.400.42
HSL331.61º60.22%36.47%-
HSV(B)331.61º75.17%58.43%-
XYZ14.98.4510.52-
YUV76.53135.61179.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=53.99%
G=13.41%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149379000.750.400.42331.6160.2236.47
Hex95255A04B282A14c3c24
Octal22545132011350525147444
Binary10010101100101101101001001011101000101010101001100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95255A; }

 p { color: rgb(149,37,90); }

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

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

 a { background-color: rgb(149,37,90); }

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

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

 span { border-color: rgb(149,37,90); }

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