#95346B

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

Shades of Lipstick #95346B

Tints of Lipstick #95346B

Color information

#95346B (or 0x95346B) is unknown color: approx Lipstick. HEX triplet: 95, 34 and 6B. RGB value is (149,52,107). Sum of RGB (Red+Green+Blue) = 149+52+107=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95346B is #6ACB94. Grayscale: #575757. Windows color (decimal): -6998933 or 7025813. OLE color: 7025813.

HSL color Cylindrical-coordinate representation of color #95346B: hue angle of 325.98º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95346B is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14952107-
CMYK00.650.280.42
HSL325.98º48.26%39.41%-
HSV(B)325.98º65.1%58.43%-
XYZ16.289.9114.96-
YUV87.27139.14172.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=48.38%
G=16.88%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495210700.650.280.42325.9848.2639.41
Hex95346B0411C2A1463027
Octal22564153010134525066047
Binary1001010111010011010110100000111100101010101000110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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