Html Css Color HEX #952149 Lipstick

📋 copy color: '#952149'

red 149 ◦ green 33 ◦ blue 73

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

Shades of Lipstick #952149

Tints of Lipstick #952149

RGB

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

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

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

R = 58.43%
G = 12.94%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#952149 (or 0x952149) is known color: Lipstick. HEX triplet: 95, 21 and 49. RGB value is (149,33,73). Sum of RGB (Red+Green+Blue) = 149+33+73=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #952149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952149 is #6ADEB6. Grayscale: #484848. Windows color (decimal): -7003831 or 4792725. OLE color: 4792725.

HSL color Cylindrical-coordinate representation of color #952149: hue angle of 339.31º 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 #952149 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 73 -
CMYK 0 0.78 0.51 0.42
HSL 339.31º 0.64% 0.36% -
HSV(B) 339.31º 0.78% 0.58% -
XYZ 14.14 7.96 7.09 -
YUV 72.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 149 33 73 0 0.78 0.51 0.42 339.31 0.64 0.36
Hex 95 21 49 0 4E 33 2A 153 40 24
Octal 225 41 111 0 116 63 52 523 100 44
Binary 10010101 100001 1001001 0 1001110 110011 101010 101010011 1000000 100100

Color Harmonies of #952149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952149

Black with #952149

Text Example


Text Example

White with #952149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952149; }

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

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

background-color css

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

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

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

border-color css

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

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

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