Html Css Color HEX #952B50 Lipstick

📋 copy color: '#952B50'

red 149 ◦ green 43 ◦ blue 80

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

Shades of Lipstick #952B50

Tints of Lipstick #952B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 54.78%
G = 15.81%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#952B50 (or 0x952B50) is known color: Lipstick. HEX triplet: 95, 2B and 50. RGB value is (149,43,80). Sum of RGB (Red+Green+Blue) = 149+43+80=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #952B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B50 is #6AD4AF. Grayscale: #4E4E4E. Windows color (decimal): -7001264 or 5254037. OLE color: 5254037.

HSL color Cylindrical-coordinate representation of color #952B50: hue angle of 339.06º 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 #952B50 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 80 -
CMYK 0 0.71 0.46 0.42
HSL 339.06º 0.55% 0.38% -
HSV(B) 339.06º 0.71% 0.58% -
XYZ 14.71 8.7 8.49 -
YUV 78.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 149 43 80 0 0.71 0.46 0.42 339.06 0.55 0.38
Hex 95 2B 50 0 47 2E 2A 153 37 26
Octal 225 53 120 0 107 56 52 523 67 46
Binary 10010101 101011 1010000 0 1000111 101110 101010 101010011 110111 100110

Color Harmonies of #952B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B50

Black with #952B50

Text Example


Text Example

White with #952B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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