#95356B

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

Shades of Lipstick #95356B

Tints of Lipstick #95356B

Color information

#95356B (or 0x95356B) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 6B. RGB value is (149,53,107). Sum of RGB (Red+Green+Blue) = 149+53+107=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95356B is #6ACA94. Grayscale: #575757. Windows color (decimal): -6998677 or 7026069. OLE color: 7026069.

HSL color Cylindrical-coordinate representation of color #95356B: hue angle of 326.25º degrees, saturation: 0.48, 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 #95356B is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14953107-
CMYK00.640.280.42
HSL326.25º47.52%39.61%-
HSV(B)326.25º64.43%58.43%-
XYZ16.321014.98-
YUV87.86138.8171.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=48.22%
G=17.15%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495310700.640.280.42326.2547.5239.61
Hex95356B0401C2A1463028
Octal22565153010034525066050
Binary1001010111010111010110100000011100101010101000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95356B; }

 p { color: rgb(149,53,107); }

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

<style>
 a { background-color: #95356B; }

 a { background-color: rgb(149,53,107); }

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

<style>
 span { border-color: #95356B; }

 span { border-color: rgb(149,53,107); }

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