Html Css Color HEX #993150 Lipstick

📋 copy color: '#993150'

red 153 ◦ green 49 ◦ blue 80

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

Shades of Lipstick #993150

Tints of Lipstick #993150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 54.26%
G = 17.38%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#993150 (or 0x993150) is known color: Lipstick. HEX triplet: 99, 31 and 50. RGB value is (153,49,80). Sum of RGB (Red+Green+Blue) = 153+49+80=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #993150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993150 is #66CEAF. Grayscale: #535353. Windows color (decimal): -6737584 or 5255577. OLE color: 5255577.

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

Color convert

RGB 153 49 80 -
CMYK 0 0.68 0.48 0.4
HSL 342.12º 0.51% 0.4% -
HSV(B) 342.12º 0.68% 0.6% -
XYZ 15.68 9.55 8.61 -
YUV 83.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 153 49 80 0 0.68 0.48 0.4 342.12 0.51 0.4
Hex 99 31 50 0 44 30 28 156 33 28
Octal 231 61 120 0 104 60 50 526 63 50
Binary 10011001 110001 1010000 0 1000100 110000 101000 101010110 110011 101000

Color Harmonies of #993150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993150

Black with #993150

Text Example


Text Example

White with #993150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993150; }

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

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

background-color css

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

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

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

border-color css

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

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

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