Html Css Color HEX #993761 Lipstick

📋 copy color: '#993761'

red 153 ◦ green 55 ◦ blue 97

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

Shades of Lipstick #993761

Tints of Lipstick #993761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 50.16%
G = 18.03%
B = 31.8%

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

#993761 (or 0x993761) is known color: Lipstick. HEX triplet: 99, 37 and 61. RGB value is (153,55,97). Sum of RGB (Red+Green+Blue) = 153+55+97=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #993761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993761 is #66C89E. Grayscale: #595959. Windows color (decimal): -6736031 or 6371225. OLE color: 6371225.

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

Color convert

RGB 153 55 97 -
CMYK 0 0.64 0.37 0.4
HSL 334.29º 0.47% 0.41% -
HSV(B) 334.29º 0.64% 0.6% -
XYZ 16.66 10.37 12.43 -
YUV 89.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 153 55 97 0 0.64 0.37 0.4 334.29 0.47 0.41
Hex 99 37 61 0 40 25 28 14E 2F 29
Octal 231 67 141 0 100 45 50 516 57 51
Binary 10011001 110111 1100001 0 1000000 100101 101000 101001110 101111 101001

Color Harmonies of #993761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993761

Black with #993761

Text Example


Text Example

White with #993761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993761; }

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

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

background-color css

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

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

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

border-color css

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

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

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