Html Css Color HEX #952B47 Lipstick

📋 copy color: '#952B47'

red 149 ◦ green 43 ◦ blue 71

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

Shades of Lipstick #952B47

Tints of Lipstick #952B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27%

R = 56.65%
G = 16.35%
B = 27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952B47 (or 0x952B47) is known color: Lipstick. HEX triplet: 95, 2B and 47. RGB value is (149,43,71). Sum of RGB (Red+Green+Blue) = 149+43+71=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #952B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B47 is #6AD4B8. Grayscale: #4D4D4D. Windows color (decimal): -7001273 or 4664213. OLE color: 4664213.

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

Color convert

RGB 149 43 71 -
CMYK 0 0.71 0.52 0.42
HSL 344.15º 0.55% 0.38% -
HSV(B) 344.15º 0.71% 0.58% -
XYZ 14.4 8.57 6.86 -
YUV 77.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 149 43 71 0 0.71 0.52 0.42 344.15 0.55 0.38
Hex 95 2B 47 0 47 34 2A 158 37 26
Octal 225 53 107 0 107 64 52 530 67 46
Binary 10010101 101011 1000111 0 1000111 110100 101010 101011000 110111 100110

Color Harmonies of #952B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B47

Black with #952B47

Text Example


Text Example

White with #952B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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