Html Css Color HEX #993960 Lipstick

📋 copy color: '#993960'

red 153 ◦ green 57 ◦ blue 96

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

Shades of Lipstick #993960

Tints of Lipstick #993960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

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

R = 50%
G = 18.63%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#993960 (or 0x993960) is known color: Lipstick. HEX triplet: 99, 39 and 60. RGB value is (153,57,96). Sum of RGB (Red+Green+Blue) = 153+57+96=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993960 is #66C69F. Grayscale: #5A5A5A. Windows color (decimal): -6735520 or 6306201. OLE color: 6306201.

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

Color convert

RGB 153 57 96 -
CMYK 0 0.63 0.37 0.4
HSL 335.63º 0.46% 0.41% -
HSV(B) 335.63º 0.63% 0.6% -
XYZ 16.71 10.54 12.22 -
YUV 90.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 153 57 96 0 0.63 0.37 0.4 335.63 0.46 0.41
Hex 99 39 60 0 3F 25 28 150 2E 29
Octal 231 71 140 0 77 45 50 520 56 51
Binary 10011001 111001 1100000 0 111111 100101 101000 101010000 101110 101001

Color Harmonies of #993960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993960

Black with #993960

Text Example


Text Example

White with #993960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993960; }

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

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

background-color css

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

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

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

border-color css

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

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

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