#953767

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

Shades of Lipstick #953767

Tints of Lipstick #953767

Color information

#953767 (or 0x953767) is unknown color: approx Lipstick. HEX triplet: 95, 37 and 67. RGB value is (149,55,103). Sum of RGB (Red+Green+Blue) = 149+55+103=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #953767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953767 is #6AC898. Grayscale: #585858. Windows color (decimal): -6998169 or 6764437. OLE color: 6764437.

HSL color Cylindrical-coordinate representation of color #953767: hue angle of 329.36º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953767 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14955103-
CMYK00.630.310.42
HSL329.36º46.08%40%-
HSV(B)329.36º63.09%58.43%-
XYZ16.2110.113.93-
YUV88.58136.14171.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 55 (21.88% from 255) = 17.92%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=48.53%
G=17.92%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495510300.630.310.42329.3646.0840
Hex95376703F1F2A1492e28
Octal2256714707737525115650
Binary100101011101111100111011111111111101010101001001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953767; }

 p { color: rgb(149,55,103); }

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

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

 a { background-color: rgb(149,55,103); }

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

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

 span { border-color: rgb(149,55,103); }

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