Html Css Color HEX #993760 Lipstick

📋 copy color: '#993760'

red 153 ◦ green 55 ◦ blue 96

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

Shades of Lipstick #993760

Tints of Lipstick #993760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 50.33%
G = 18.09%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#993760 (or 0x993760) is known color: Lipstick. HEX triplet: 99, 37 and 60. RGB value is (153,55,96). Sum of RGB (Red+Green+Blue) = 153+55+96=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #993760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993760 is #66C89F. Grayscale: #585858. Windows color (decimal): -6736032 or 6305689. OLE color: 6305689.

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

Color convert

RGB 153 55 96 -
CMYK 0 0.64 0.37 0.4
HSL 334.9º 0.47% 0.41% -
HSV(B) 334.9º 0.64% 0.6% -
XYZ 16.61 10.35 12.19 -
YUV 88.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 153 55 96 0 0.64 0.37 0.4 334.9 0.47 0.41
Hex 99 37 60 0 40 25 28 14F 2F 29
Octal 231 67 140 0 100 45 50 517 57 51
Binary 10011001 110111 1100000 0 1000000 100101 101000 101001111 101111 101001

Color Harmonies of #993760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993760

Black with #993760

Text Example


Text Example

White with #993760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993760; }

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

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

background-color css

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

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

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

border-color css

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

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

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