#95375F

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

Shades of Lipstick #95375F

Tints of Lipstick #95375F

Color information

#95375F (or 0x95375F) is unknown color: approx Lipstick. HEX triplet: 95, 37 and 5F. RGB value is (149,55,95). Sum of RGB (Red+Green+Blue) = 149+55+95=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95375F is #6AC8A0. Grayscale: #575757. Windows color (decimal): -6998177 or 6240149. OLE color: 6240149.

HSL color Cylindrical-coordinate representation of color #95375F: hue angle of 334.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95375F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1495595-
CMYK00.630.360.42
HSL334.47º46.08%40%-
HSV(B)334.47º63.09%58.43%-
XYZ15.839.9511.91-
YUV87.67132.14171.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=49.83%
G=18.39%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149559500.630.360.42334.4746.0840
Hex95375F03F242A14e2e28
Octal2256713707744525165650
Binary1001010111011110111110111111100100101010101001110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95375F; }

 p { color: rgb(149,55,95); }

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

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

 a { background-color: rgb(149,55,95); }

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

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

 span { border-color: rgb(149,55,95); }

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