Html Css Color HEX #952157 Lipstick

📋 copy color: '#952157'

red 149 ◦ green 33 ◦ blue 87

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

Shades of Lipstick #952157

Tints of Lipstick #952157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.34%

R = 55.39%
G = 12.27%
B = 32.34%

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

#952157 (or 0x952157) is known color: Lipstick. HEX triplet: 95, 21 and 57. RGB value is (149,33,87). Sum of RGB (Red+Green+Blue) = 149+33+87=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #952157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952157 is #6ADEA8. Grayscale: #494949. Windows color (decimal): -7003817 or 5710229. OLE color: 5710229.

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

Color convert

RGB 149 33 87 -
CMYK 0 0.78 0.42 0.42
HSL 332.07º 0.64% 0.36% -
HSV(B) 332.07º 0.78% 0.58% -
XYZ 14.66 8.17 9.82 -
YUV 73.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 149 33 87 0 0.78 0.42 0.42 332.07 0.64 0.36
Hex 95 21 57 0 4E 2A 2A 14C 40 24
Octal 225 41 127 0 116 52 52 514 100 44
Binary 10010101 100001 1010111 0 1001110 101010 101010 101001100 1000000 100100

Color Harmonies of #952157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952157

Black with #952157

Text Example


Text Example

White with #952157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952157; }

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

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

background-color css

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

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

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

border-color css

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

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

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