Html Css Color HEX #952156 Lipstick

📋 copy color: '#952156'

red 149 ◦ green 33 ◦ blue 86

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

Shades of Lipstick #952156

Tints of Lipstick #952156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 55.6%
G = 12.31%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#952156 (or 0x952156) is known color: Lipstick. HEX triplet: 95, 21 and 56. RGB value is (149,33,86). Sum of RGB (Red+Green+Blue) = 149+33+86=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #952156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952156 is #6ADEA9. Grayscale: #494949. Windows color (decimal): -7003818 or 5644693. OLE color: 5644693.

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

Color convert

RGB 149 33 86 -
CMYK 0 0.78 0.42 0.42
HSL 332.59º 0.64% 0.36% -
HSV(B) 332.59º 0.78% 0.58% -
XYZ 14.62 8.15 9.61 -
YUV 73.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 149 33 86 0 0.78 0.42 0.42 332.59 0.64 0.36
Hex 95 21 56 0 4E 2A 2A 14D 40 24
Octal 225 41 126 0 116 52 52 515 100 44
Binary 10010101 100001 1010110 0 1001110 101010 101010 101001101 1000000 100100

Color Harmonies of #952156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952156

Black with #952156

Text Example


Text Example

White with #952156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952156; }

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

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

background-color css

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

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

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

border-color css

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

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

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