Html Css Color HEX #993759 Lipstick

📋 copy color: '#993759'

red 153 ◦ green 55 ◦ blue 89

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

Shades of Lipstick #993759

Tints of Lipstick #993759

RGB

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

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

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

R = 51.52%
G = 18.52%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#993759 (or 0x993759) is known color: Lipstick. HEX triplet: 99, 37 and 59. RGB value is (153,55,89). Sum of RGB (Red+Green+Blue) = 153+55+89=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #993759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993759 is #66C8A6. Grayscale: #585858. Windows color (decimal): -6736039 or 5846937. OLE color: 5846937.

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

Color convert

RGB 153 55 89 -
CMYK 0 0.64 0.42 0.4
HSL 339.18º 0.47% 0.41% -
HSV(B) 339.18º 0.64% 0.6% -
XYZ 16.31 10.23 10.57 -
YUV 88.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 153 55 89 0 0.64 0.42 0.4 339.18 0.47 0.41
Hex 99 37 59 0 40 2A 28 153 2F 29
Octal 231 67 131 0 100 52 50 523 57 51
Binary 10011001 110111 1011001 0 1000000 101010 101000 101010011 101111 101001

Color Harmonies of #993759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993759

Black with #993759

Text Example


Text Example

White with #993759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993759; }

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

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

background-color css

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

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

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

border-color css

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

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

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