Html Css Color HEX #993659 Lipstick

📋 copy color: '#993659'

red 153 ◦ green 54 ◦ blue 89

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

Shades of Lipstick #993659

Tints of Lipstick #993659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 51.69%
G = 18.24%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#993659 (or 0x993659) is known color: Lipstick. HEX triplet: 99, 36 and 59. RGB value is (153,54,89). Sum of RGB (Red+Green+Blue) = 153+54+89=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #993659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993659 is #66C9A6. Grayscale: #575757. Windows color (decimal): -6736295 or 5846681. OLE color: 5846681.

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

Color convert

RGB 153 54 89 -
CMYK 0 0.65 0.42 0.4
HSL 338.79º 0.48% 0.41% -
HSV(B) 338.79º 0.65% 0.6% -
XYZ 16.26 10.13 10.55 -
YUV 87.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 153 54 89 0 0.65 0.42 0.4 338.79 0.48 0.41
Hex 99 36 59 0 41 2A 28 153 30 29
Octal 231 66 131 0 101 52 50 523 60 51
Binary 10011001 110110 1011001 0 1000001 101010 101000 101010011 110000 101001

Color Harmonies of #993659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993659

Black with #993659

Text Example


Text Example

White with #993659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993659; }

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

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

background-color css

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

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

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

border-color css

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

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

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