#95315F

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

Shades of Lipstick #95315F

Tints of Lipstick #95315F

Color information

#95315F (or 0x95315F) is unknown color: approx Lipstick. HEX triplet: 95, 31 and 5F. RGB value is (149,49,95). Sum of RGB (Red+Green+Blue) = 149+49+95=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95315F is #6ACEA0. Grayscale: #545454. Windows color (decimal): -6999713 or 6238613. OLE color: 6238613.

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

Color convert

RGB1494995-
CMYK00.670.360.42
HSL332.4º50.51%38.82%-
HSV(B)332.4º67.11%58.43%-
XYZ15.569.4111.82-
YUV84.14134.13174.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=50.85%
G=16.72%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149499500.670.360.42332.450.5138.82
Hex95315F043242A14c3327
Octal22561137010344525146347
Binary10010101110001101111101000011100100101010101001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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