Html Css Color HEX #953163 Lipstick

📋 copy color: '#953163'

red 149 ◦ green 49 ◦ blue 99

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

Shades of Lipstick #953163

Tints of Lipstick #953163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 50.17%
G = 16.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953163 (or 0x953163) is known color: Lipstick. HEX triplet: 95, 31 and 63. RGB value is (149,49,99). Sum of RGB (Red+Green+Blue) = 149+49+99=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #953163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953163 is #6ACE9C. Grayscale: #545454. Windows color (decimal): -6999709 or 6500757. OLE color: 6500757.

HSL color Cylindrical-coordinate representation of color #953163: hue angle of 330º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953163 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 99 -
CMYK 0 0.67 0.34 0.42
HSL 330º 0.51% 0.39% -
HSV(B) 330º 0.67% 0.58% -
XYZ 15.74 9.49 12.81 -
YUV 84.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 149 49 99 0 0.67 0.34 0.42 330 0.51 0.39
Hex 95 31 63 0 43 22 2A 14A 33 27
Octal 225 61 143 0 103 42 52 512 63 47
Binary 10010101 110001 1100011 0 1000011 100010 101010 101001010 110011 100111

Color Harmonies of #953163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953163

Black with #953163

Text Example


Text Example

White with #953163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953163; }

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

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

background-color css

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

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

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

border-color css

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

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

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