#95395F

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

Shades of Lipstick #95395F

Tints of Lipstick #95395F

Color information

#95395F (or 0x95395F) is unknown color: approx Lipstick. HEX triplet: 95, 39 and 5F. RGB value is (149,57,95). Sum of RGB (Red+Green+Blue) = 149+57+95=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #95395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95395F is #6AC6A0. Grayscale: #585858. Windows color (decimal): -6997665 or 6240661. OLE color: 6240661.

HSL color Cylindrical-coordinate representation of color #95395F: hue angle of 335.22º 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 #95395F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1495795-
CMYK00.620.360.42
HSL335.22º44.66%40.39%-
HSV(B)335.22º61.74%58.43%-
XYZ15.9210.1411.94-
YUV88.84131.48170.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=49.50%
G=18.94%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149579500.620.360.42335.2244.6640.39
Hex95395F03E242A14f2d28
Octal2257113707644525175550
Binary1001010111100110111110111110100100101010101001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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