#953658

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

Shades of Lipstick #953658

Tints of Lipstick #953658

Color information

#953658 (or 0x953658) is unknown color: approx Lipstick. HEX triplet: 95, 36 and 58. RGB value is (149,54,88). Sum of RGB (Red+Green+Blue) = 149+54+88=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #953658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953658 is #6AC9A7. Grayscale: #565656. Windows color (decimal): -6998440 or 5781141. OLE color: 5781141.

HSL color Cylindrical-coordinate representation of color #953658: hue angle of 338.53º 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 #953658 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1495488-
CMYK00.640.410.42
HSL338.53º46.8%39.8%-
HSV(B)338.53º63.76%58.43%-
XYZ15.489.7310.3-
YUV86.28128.97172.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=51.20%
G=18.56%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149548800.640.410.42338.5346.839.8
Hex953658040292A1532f28
Octal22566130010051525235750
Binary10010101110110101100001000000101001101010101010011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953658; }

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

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

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

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

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

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

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

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