Html Css Color HEX #952163 Lipstick

📋 copy color: '#952163'

red 149 ◦ green 33 ◦ blue 99

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

Shades of Lipstick #952163

Tints of Lipstick #952163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 53.02%
G = 11.74%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#952163 (or 0x952163) is known color: Lipstick. HEX triplet: 95, 21 and 63. RGB value is (149,33,99). Sum of RGB (Red+Green+Blue) = 149+33+99=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #952163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952163 is #6ADE9C. Grayscale: #4B4B4B. Windows color (decimal): -7003805 or 6496661. OLE color: 6496661.

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

Color convert

RGB 149 33 99 -
CMYK 0 0.78 0.34 0.42
HSL 325.86º 0.64% 0.36% -
HSV(B) 325.86º 0.78% 0.58% -
XYZ 15.19 8.38 12.62 -
YUV 75.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 149 33 99 0 0.78 0.34 0.42 325.86 0.64 0.36
Hex 95 21 63 0 4E 22 2A 146 40 24
Octal 225 41 143 0 116 42 52 506 100 44
Binary 10010101 100001 1100011 0 1001110 100010 101010 101000110 1000000 100100

Color Harmonies of #952163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952163

Black with #952163

Text Example


Text Example

White with #952163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952163; }

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

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

background-color css

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

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

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

border-color css

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

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

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