Html Css Color HEX #993662 Lipstick

📋 copy color: '#993662'

red 153 ◦ green 54 ◦ blue 98

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

Shades of Lipstick #993662

Tints of Lipstick #993662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 50.16%
G = 17.7%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#993662 (or 0x993662) is known color: Lipstick. HEX triplet: 99, 36 and 62. RGB value is (153,54,98). Sum of RGB (Red+Green+Blue) = 153+54+98=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #993662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993662 is #66C99D. Grayscale: #585858. Windows color (decimal): -6736286 or 6436505. OLE color: 6436505.

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

Color convert

RGB 153 54 98 -
CMYK 0 0.65 0.36 0.4
HSL 333.33º 0.48% 0.41% -
HSV(B) 333.33º 0.65% 0.6% -
XYZ 16.66 10.29 12.66 -
YUV 88.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 153 54 98 0 0.65 0.36 0.4 333.33 0.48 0.41
Hex 99 36 62 0 41 24 28 14D 30 29
Octal 231 66 142 0 101 44 50 515 60 51
Binary 10011001 110110 1100010 0 1000001 100100 101000 101001101 110000 101001

Color Harmonies of #993662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993662

Black with #993662

Text Example


Text Example

White with #993662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993662; }

 p { color: rgb(153,54,98); }

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

background-color css

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

 a { background-color: rgb(153,54,98); }

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

border-color css

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

 span { border-color: rgb(153,54,98); }

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