Html Css Color HEX #953566 Lipstick

📋 copy color: '#953566'

red 149 ◦ green 53 ◦ blue 102

#953566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #953566

Tints of Lipstick #953566

RGB

 RED value IS 149 (58.59% from 255) = 49.01%

 GREEN value IS 53 (21.09% from 255) = 17.43%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 49.01%
G = 17.43%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953566 (or 0x953566) is known color: Lipstick. HEX triplet: 95, 35 and 66. RGB value is (149,53,102). Sum of RGB (Red+Green+Blue) = 149+53+102=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953566 is #6ACA99. Grayscale: #575757. Windows color (decimal): -6998682 or 6698389. OLE color: 6698389.

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

Color convert

RGB 149 53 102 -
CMYK 0 0.64 0.32 0.42
HSL 329.38º 0.48% 0.4% -
HSV(B) 329.38º 0.64% 0.58% -
XYZ 16.07 9.9 13.63 -
YUV 87.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 149 53 102 0 0.64 0.32 0.42 329.38 0.48 0.4
Hex 95 35 66 0 40 20 2A 149 30 28
Octal 225 65 146 0 100 40 52 511 60 50
Binary 10010101 110101 1100110 0 1000000 100000 101010 101001001 110000 101000

Color Harmonies of #953566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953566

Black with #953566

Text Example


Text Example

White with #953566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953566; }

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

 H1.HeaderClassName
 {
   color: #953566;
 }
 .AnyTagClassName
 {
   color: #953566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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