Html Css Color HEX #993155 Lipstick

📋 copy color: '#993155'

red 153 ◦ green 49 ◦ blue 85

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

Shades of Lipstick #993155

Tints of Lipstick #993155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.62%

R = 53.31%
G = 17.07%
B = 29.62%

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

#993155 (or 0x993155) is known color: Lipstick. HEX triplet: 99, 31 and 55. RGB value is (153,49,85). Sum of RGB (Red+Green+Blue) = 153+49+85=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993155 is #66CEAA. Grayscale: #545454. Windows color (decimal): -6737579 or 5583257. OLE color: 5583257.

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

Color convert

RGB 153 49 85 -
CMYK 0 0.68 0.44 0.4
HSL 339.23º 0.51% 0.4% -
HSV(B) 339.23º 0.68% 0.6% -
XYZ 15.87 9.62 9.62 -
YUV 84.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 153 49 85 0 0.68 0.44 0.4 339.23 0.51 0.4
Hex 99 31 55 0 44 2C 28 153 33 28
Octal 231 61 125 0 104 54 50 523 63 50
Binary 10011001 110001 1010101 0 1000100 101100 101000 101010011 110011 101000

Color Harmonies of #993155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993155

Black with #993155

Text Example


Text Example

White with #993155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993155; }

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

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

background-color css

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

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

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

border-color css

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

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

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