#95365C

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

Shades of Lipstick #95365C

Tints of Lipstick #95365C

Color information

#95365C (or 0x95365C) is unknown color: approx Lipstick. HEX triplet: 95, 36 and 5C. RGB value is (149,54,92). Sum of RGB (Red+Green+Blue) = 149+54+92=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95365C is #6AC9A3. Grayscale: #565656. Windows color (decimal): -6998436 or 6043285. OLE color: 6043285.

HSL color Cylindrical-coordinate representation of color #95365C: hue angle of 336º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95365C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1495492-
CMYK00.640.380.42
HSL336º46.8%39.8%-
HSV(B)336º63.76%58.43%-
XYZ15.659.811.19-
YUV86.74130.97172.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=50.51%
G=18.31%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149549200.640.380.4233646.839.8
Hex95365C040262A1502f28
Octal22566134010046525205750
Binary10010101110110101110001000000100110101010101010000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95365C; }

 p { color: rgb(149,54,92); }

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

<style>
 a { background-color: #95365C; }

 a { background-color: rgb(149,54,92); }

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

<style>
 span { border-color: #95365C; }

 span { border-color: rgb(149,54,92); }

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