Html Css Color HEX #952147 Lipstick

📋 copy color: '#952147'

red 149 ◦ green 33 ◦ blue 71

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

Shades of Lipstick #952147

Tints of Lipstick #952147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

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

R = 58.89%
G = 13.04%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952147 (or 0x952147) is known color: Lipstick. HEX triplet: 95, 21 and 47. RGB value is (149,33,71). Sum of RGB (Red+Green+Blue) = 149+33+71=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952147 is #6ADEB8. Grayscale: #474747. Windows color (decimal): -7003833 or 4661653. OLE color: 4661653.

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

Color convert

RGB 149 33 71 -
CMYK 0 0.78 0.52 0.42
HSL 340.34º 0.64% 0.36% -
HSV(B) 340.34º 0.78% 0.58% -
XYZ 14.08 7.93 6.75 -
YUV 72.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 149 33 71 0 0.78 0.52 0.42 340.34 0.64 0.36
Hex 95 21 47 0 4E 34 2A 154 40 24
Octal 225 41 107 0 116 64 52 524 100 44
Binary 10010101 100001 1000111 0 1001110 110100 101010 101010100 1000000 100100

Color Harmonies of #952147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952147

Black with #952147

Text Example


Text Example

White with #952147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952147; }

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

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

background-color css

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

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

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

border-color css

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

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

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