#95395A

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

Shades of Lipstick #95395A

Tints of Lipstick #95395A

Color information

#95395A (or 0x95395A) is unknown color: approx Lipstick. HEX triplet: 95, 39 and 5A. RGB value is (149,57,90). Sum of RGB (Red+Green+Blue) = 149+57+90=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95395A is #6AC6A5. Grayscale: #585858. Windows color (decimal): -6997670 or 5912981. OLE color: 5912981.

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

Color convert

RGB1495790-
CMYK00.620.400.42
HSL338.48º44.66%40.39%-
HSV(B)338.48º61.74%58.43%-
XYZ15.710.0510.79-
YUV88.27128.98171.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=50.34%
G=19.26%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149579000.620.400.42338.4844.6640.39
Hex95395A03E282A1522d28
Octal2257113207650525225550
Binary1001010111100110110100111110101000101010101010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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