Html Css Color HEX #993160 Lipstick

📋 copy color: '#993160'

red 153 ◦ green 49 ◦ blue 96

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

Shades of Lipstick #993160

Tints of Lipstick #993160

RGB

 RED value IS 153 (60.16% from 255) = 51.34%

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

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 51.34%
G = 16.44%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#993160 (or 0x993160) is known color: Lipstick. HEX triplet: 99, 31 and 60. RGB value is (153,49,96). Sum of RGB (Red+Green+Blue) = 153+49+96=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #993160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993160 is #66CE9F. Grayscale: #555555. Windows color (decimal): -6737568 or 6304153. OLE color: 6304153.

HSL color Cylindrical-coordinate representation of color #993160: hue angle of 332.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993160 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 96 -
CMYK 0 0.68 0.37 0.4
HSL 332.88º 0.51% 0.4% -
HSV(B) 332.88º 0.68% 0.6% -
XYZ 16.35 9.81 12.1 -
YUV 85.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 153 49 96 0 0.68 0.37 0.4 332.88 0.51 0.4
Hex 99 31 60 0 44 25 28 14D 33 28
Octal 231 61 140 0 104 45 50 515 63 50
Binary 10011001 110001 1100000 0 1000100 100101 101000 101001101 110011 101000

Color Harmonies of #993160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993160

Black with #993160

Text Example


Text Example

White with #993160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993160; }

 p { color: rgb(153,49,96); }

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

background-color css

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

 a { background-color: rgb(153,49,96); }

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

border-color css

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

 span { border-color: rgb(153,49,96); }

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