#95335F

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

Shades of Lipstick #95335F

Tints of Lipstick #95335F

Color information

#95335F (or 0x95335F) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 5F. RGB value is (149,51,95). Sum of RGB (Red+Green+Blue) = 149+51+95=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95335F is #6ACCA0. Grayscale: #555555. Windows color (decimal): -6999201 or 6239125. OLE color: 6239125.

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

Color convert

RGB1495195-
CMYK00.660.360.42
HSL333.06º49%39.22%-
HSV(B)333.06º65.77%58.43%-
XYZ15.649.5811.85-
YUV85.32133.47173.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=50.51%
G=17.29%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149519500.660.360.42333.064939.22
Hex95335F042242A14d3127
Octal22563137010244525156147
Binary10010101110011101111101000010100100101010101001101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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