Html Css Color HEX #952153 Lipstick

📋 copy color: '#952153'

red 149 ◦ green 33 ◦ blue 83

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

Shades of Lipstick #952153

Tints of Lipstick #952153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.32%

R = 56.23%
G = 12.45%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#952153 (or 0x952153) is known color: Lipstick. HEX triplet: 95, 21 and 53. RGB value is (149,33,83). Sum of RGB (Red+Green+Blue) = 149+33+83=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952153 is #6ADEAC. Grayscale: #494949. Windows color (decimal): -7003821 or 5448085. OLE color: 5448085.

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

Color convert

RGB 149 33 83 -
CMYK 0 0.78 0.44 0.42
HSL 334.14º 0.64% 0.36% -
HSV(B) 334.14º 0.78% 0.58% -
XYZ 14.5 8.1 8.98 -
YUV 73.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 149 33 83 0 0.78 0.44 0.42 334.14 0.64 0.36
Hex 95 21 53 0 4E 2C 2A 14E 40 24
Octal 225 41 123 0 116 54 52 516 100 44
Binary 10010101 100001 1010011 0 1001110 101100 101010 101001110 1000000 100100

Color Harmonies of #952153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952153

Black with #952153

Text Example


Text Example

White with #952153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952153; }

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

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

background-color css

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

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

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

border-color css

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

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

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