Html Css Color HEX #952158 Lipstick

📋 copy color: '#952158'

red 149 ◦ green 33 ◦ blue 88

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

Shades of Lipstick #952158

Tints of Lipstick #952158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 55.19%
G = 12.22%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#952158 (or 0x952158) is known color: Lipstick. HEX triplet: 95, 21 and 58. RGB value is (149,33,88). Sum of RGB (Red+Green+Blue) = 149+33+88=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952158 is #6ADEA7. Grayscale: #494949. Windows color (decimal): -7003816 or 5775765. OLE color: 5775765.

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

Color convert

RGB 149 33 88 -
CMYK 0 0.78 0.41 0.42
HSL 331.55º 0.64% 0.36% -
HSV(B) 331.55º 0.78% 0.58% -
XYZ 14.7 8.18 10.04 -
YUV 73.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 149 33 88 0 0.78 0.41 0.42 331.55 0.64 0.36
Hex 95 21 58 0 4E 29 2A 14C 40 24
Octal 225 41 130 0 116 51 52 514 100 44
Binary 10010101 100001 1011000 0 1001110 101001 101010 101001100 1000000 100100

Color Harmonies of #952158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952158

Black with #952158

Text Example


Text Example

White with #952158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952158; }

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

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

background-color css

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

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

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

border-color css

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

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

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