Html Css Color HEX #993763 Lipstick

📋 copy color: '#993763'

red 153 ◦ green 55 ◦ blue 99

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

Shades of Lipstick #993763

Tints of Lipstick #993763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 49.84%
G = 17.92%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#993763 (or 0x993763) is known color: Lipstick. HEX triplet: 99, 37 and 63. RGB value is (153,55,99). Sum of RGB (Red+Green+Blue) = 153+55+99=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993763 is #66C89C. Grayscale: #595959. Windows color (decimal): -6736029 or 6502297. OLE color: 6502297.

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

Color convert

RGB 153 55 99 -
CMYK 0 0.64 0.35 0.4
HSL 333.06º 0.47% 0.41% -
HSV(B) 333.06º 0.64% 0.6% -
XYZ 16.76 10.41 12.93 -
YUV 89.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 153 55 99 0 0.64 0.35 0.4 333.06 0.47 0.41
Hex 99 37 63 0 40 23 28 14D 2F 29
Octal 231 67 143 0 100 43 50 515 57 51
Binary 10011001 110111 1100011 0 1000000 100011 101000 101001101 101111 101001

Color Harmonies of #993763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993763

Black with #993763

Text Example


Text Example

White with #993763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993763; }

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

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

background-color css

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

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

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

border-color css

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

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

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