Html Css Color HEX #993156 Lipstick

📋 copy color: '#993156'

red 153 ◦ green 49 ◦ blue 86

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

Shades of Lipstick #993156

Tints of Lipstick #993156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.86%

R = 53.13%
G = 17.01%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#993156 (or 0x993156) is known color: Lipstick. HEX triplet: 99, 31 and 56. RGB value is (153,49,86). Sum of RGB (Red+Green+Blue) = 153+49+86=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #993156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993156 is #66CEA9. Grayscale: #545454. Windows color (decimal): -6737578 or 5648793. OLE color: 5648793.

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

Color convert

RGB 153 49 86 -
CMYK 0 0.68 0.44 0.4
HSL 338.65º 0.51% 0.4% -
HSV(B) 338.65º 0.68% 0.6% -
XYZ 15.91 9.64 9.83 -
YUV 84.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 153 49 86 0 0.68 0.44 0.4 338.65 0.51 0.4
Hex 99 31 56 0 44 2C 28 153 33 28
Octal 231 61 126 0 104 54 50 523 63 50
Binary 10011001 110001 1010110 0 1000100 101100 101000 101010011 110011 101000

Color Harmonies of #993156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993156

Black with #993156

Text Example


Text Example

White with #993156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993156; }

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

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

background-color css

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

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

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

border-color css

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

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

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