Html Css Color HEX #953766 Lipstick

📋 copy color: '#953766'

red 149 ◦ green 55 ◦ blue 102

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

Shades of Lipstick #953766

Tints of Lipstick #953766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 48.69%
G = 17.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953766 (or 0x953766) is known color: Lipstick. HEX triplet: 95, 37 and 66. RGB value is (149,55,102). Sum of RGB (Red+Green+Blue) = 149+55+102=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #953766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953766 is #6AC899. Grayscale: #585858. Windows color (decimal): -6998170 or 6698901. OLE color: 6698901.

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

Color convert

RGB 149 55 102 -
CMYK 0 0.63 0.32 0.42
HSL 330º 0.46% 0.4% -
HSV(B) 330º 0.63% 0.58% -
XYZ 16.16 10.08 13.66 -
YUV 88.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 149 55 102 0 0.63 0.32 0.42 330 0.46 0.4
Hex 95 37 66 0 3F 20 2A 14A 2E 28
Octal 225 67 146 0 77 40 52 512 56 50
Binary 10010101 110111 1100110 0 111111 100000 101010 101001010 101110 101000

Color Harmonies of #953766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953766

Black with #953766

Text Example


Text Example

White with #953766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953766; }

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

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

background-color css

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

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

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

border-color css

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

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

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