Html Css Color HEX #993169 Lipstick

📋 copy color: '#993169'

red 153 ◦ green 49 ◦ blue 105

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

Shades of Lipstick #993169

Tints of Lipstick #993169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 49.84%
G = 15.96%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#993169 (or 0x993169) is known color: Lipstick. HEX triplet: 99, 31 and 69. RGB value is (153,49,105). Sum of RGB (Red+Green+Blue) = 153+49+105=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993169 is #66CE96. Grayscale: #565656. Windows color (decimal): -6737559 or 6893977. OLE color: 6893977.

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

Color convert

RGB 153 49 105 -
CMYK 0 0.68 0.31 0.4
HSL 327.69º 0.51% 0.4% -
HSV(B) 327.69º 0.68% 0.6% -
XYZ 16.78 9.99 14.41 -
YUV 86.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 153 49 105 0 0.68 0.31 0.4 327.69 0.51 0.4
Hex 99 31 69 0 44 1F 28 148 33 28
Octal 231 61 151 0 104 37 50 510 63 50
Binary 10011001 110001 1101001 0 1000100 11111 101000 101001000 110011 101000

Color Harmonies of #993169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993169

Black with #993169

Text Example


Text Example

White with #993169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993169; }

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

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

background-color css

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

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

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

border-color css

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

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

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