Html Css Color HEX #952B64 Lipstick

📋 copy color: '#952B64'

red 149 ◦ green 43 ◦ blue 100

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

Shades of Lipstick #952B64

Tints of Lipstick #952B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 51.03%
G = 14.73%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#952B64 (or 0x952B64) is known color: Lipstick. HEX triplet: 95, 2B and 64. RGB value is (149,43,100). Sum of RGB (Red+Green+Blue) = 149+43+100=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #952B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B64 is #6AD49B. Grayscale: #515151. Windows color (decimal): -7001244 or 6564757. OLE color: 6564757.

HSL color Cylindrical-coordinate representation of color #952B64: hue angle of 327.74º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B64 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 100 -
CMYK 0 0.71 0.33 0.42
HSL 327.74º 0.55% 0.38% -
HSV(B) 327.74º 0.71% 0.58% -
XYZ 15.56 9.04 12.98 -
YUV 81.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 149 43 100 0 0.71 0.33 0.42 327.74 0.55 0.38
Hex 95 2B 64 0 47 21 2A 148 37 26
Octal 225 53 144 0 107 41 52 510 67 46
Binary 10010101 101011 1100100 0 1000111 100001 101010 101001000 110111 100110

Color Harmonies of #952B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B64

Black with #952B64

Text Example


Text Example

White with #952B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B64; }

 p { color: rgb(149,43,100); }

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

background-color css

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

 a { background-color: rgb(149,43,100); }

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

border-color css

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

 span { border-color: rgb(149,43,100); }

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