Html Css Color HEX #952E5B Lipstick

📋 copy color: '#952E5B'

red 149 ◦ green 46 ◦ blue 91

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

Shades of Lipstick #952E5B

Tints of Lipstick #952E5B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 52.1%
G = 16.08%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#952E5B (or 0x952E5B) is known color: Lipstick. HEX triplet: 95, 2E and 5B. RGB value is (149,46,91). Sum of RGB (Red+Green+Blue) = 149+46+91=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #952E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E5B is #6AD1A4. Grayscale: #515151. Windows color (decimal): -7000485 or 5975701. OLE color: 5975701.

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

Color convert

RGB 149 46 91 -
CMYK 0 0.69 0.39 0.42
HSL 333.79º 0.53% 0.38% -
HSV(B) 333.79º 0.69% 0.58% -
XYZ 15.26 9.1 10.85 -
YUV 81.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 149 46 91 0 0.69 0.39 0.42 333.79 0.53 0.38
Hex 95 2E 5B 0 45 27 2A 14E 35 26
Octal 225 56 133 0 105 47 52 516 65 46
Binary 10010101 101110 1011011 0 1000101 100111 101010 101001110 110101 100110

Color Harmonies of #952E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E5B

Black with #952E5B

Text Example


Text Example

White with #952E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,46,91); }

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

background-color css

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

 a { background-color: rgb(149,46,91); }

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

border-color css

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

 span { border-color: rgb(149,46,91); }

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