Html Css Color HEX #952159 Lipstick

📋 copy color: '#952159'

red 149 ◦ green 33 ◦ blue 89

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

Shades of Lipstick #952159

Tints of Lipstick #952159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 54.98%
G = 12.18%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#952159 (or 0x952159) is known color: Lipstick. HEX triplet: 95, 21 and 59. RGB value is (149,33,89). Sum of RGB (Red+Green+Blue) = 149+33+89=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952159 is #6ADEA6. Grayscale: #494949. Windows color (decimal): -7003815 or 5841301. OLE color: 5841301.

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

Color convert

RGB 149 33 89 -
CMYK 0 0.78 0.40 0.42
HSL 331.03º 0.64% 0.36% -
HSV(B) 331.03º 0.78% 0.58% -
XYZ 14.74 8.2 10.26 -
YUV 74.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 149 33 89 0 0.78 0.40 0.42 331.03 0.64 0.36
Hex 95 21 59 0 4E 28 2A 14B 40 24
Octal 225 41 131 0 116 50 52 513 100 44
Binary 10010101 100001 1011001 0 1001110 101000 101010 101001011 1000000 100100

Color Harmonies of #952159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952159

Black with #952159

Text Example


Text Example

White with #952159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952159; }

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

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

background-color css

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

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

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

border-color css

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

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

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