#95336A

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

Shades of Lipstick #95336A

Tints of Lipstick #95336A

Color information

#95336A (or 0x95336A) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 6A. RGB value is (149,51,106). Sum of RGB (Red+Green+Blue) = 149+51+106=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95336A is #6ACC95. Grayscale: #565656. Windows color (decimal): -6999190 or 6960021. OLE color: 6960021.

HSL color Cylindrical-coordinate representation of color #95336A: hue angle of 326.33º 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 #95336A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14951106-
CMYK00.660.290.42
HSL326.33º49%39.22%-
HSV(B)326.33º65.77%58.43%-
XYZ16.189.814.67-
YUV86.57138.97172.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=48.69%
G=16.67%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495110600.660.290.42326.334939.22
Hex95336A0421D2A1463127
Octal22563152010235525066147
Binary1001010111001111010100100001011101101010101000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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