Html Css Color HEX #952947 Lipstick

📋 copy color: '#952947'

red 149 ◦ green 41 ◦ blue 71

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

Shades of Lipstick #952947

Tints of Lipstick #952947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

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

R = 57.09%
G = 15.71%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952947 (or 0x952947) is known color: Lipstick. HEX triplet: 95, 29 and 47. RGB value is (149,41,71). Sum of RGB (Red+Green+Blue) = 149+41+71=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #952947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952947 is #6AD6B8. Grayscale: #4C4C4C. Windows color (decimal): -7001785 or 4663701. OLE color: 4663701.

HSL color Cylindrical-coordinate representation of color #952947: hue angle of 343.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952947 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 71 -
CMYK 0 0.72 0.52 0.42
HSL 343.33º 0.57% 0.37% -
HSV(B) 343.33º 0.72% 0.58% -
XYZ 14.32 8.43 6.83 -
YUV 76.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 149 41 71 0 0.72 0.52 0.42 343.33 0.57 0.37
Hex 95 29 47 0 48 34 2A 157 39 25
Octal 225 51 107 0 110 64 52 527 71 45
Binary 10010101 101001 1000111 0 1001000 110100 101010 101010111 111001 100101

Color Harmonies of #952947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952947

Black with #952947

Text Example


Text Example

White with #952947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952947; }

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

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

background-color css

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

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

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

border-color css

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

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

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