Html Css Color HEX #952049 Lipstick

📋 copy color: '#952049'

red 149 ◦ green 32 ◦ blue 73

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

Shades of Lipstick #952049

Tints of Lipstick #952049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 58.66%
G = 12.6%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#952049 (or 0x952049) is known color: Lipstick. HEX triplet: 95, 20 and 49. RGB value is (149,32,73). Sum of RGB (Red+Green+Blue) = 149+32+73=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952049 is #6ADFB6. Grayscale: #474747. Windows color (decimal): -7004087 or 4792469. OLE color: 4792469.

HSL color Cylindrical-coordinate representation of color #952049: hue angle of 338.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952049 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 73 -
CMYK 0 0.79 0.51 0.42
HSL 338.97º 0.65% 0.35% -
HSV(B) 338.97º 0.79% 0.58% -
XYZ 14.11 7.9 7.09 -
YUV 71.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 149 32 73 0 0.79 0.51 0.42 338.97 0.65 0.35
Hex 95 20 49 0 4F 33 2A 153 41 23
Octal 225 40 111 0 117 63 52 523 101 43
Binary 10010101 100000 1001001 0 1001111 110011 101010 101010011 1000001 100011

Color Harmonies of #952049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952049

Black with #952049

Text Example


Text Example

White with #952049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952049; }

 p { color: rgb(149,32,73); }

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

background-color css

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

 a { background-color: rgb(149,32,73); }

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

border-color css

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

 span { border-color: rgb(149,32,73); }

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