Html Css Color HEX #993758 Lipstick

📋 copy color: '#993758'

red 153 ◦ green 55 ◦ blue 88

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

Shades of Lipstick #993758

Tints of Lipstick #993758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 51.69%
G = 18.58%
B = 29.73%

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

#993758 (or 0x993758) is known color: Lipstick. HEX triplet: 99, 37 and 58. RGB value is (153,55,88). Sum of RGB (Red+Green+Blue) = 153+55+88=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #993758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993758 is #66C8A7. Grayscale: #585858. Windows color (decimal): -6736040 or 5781401. OLE color: 5781401.

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

Color convert

RGB 153 55 88 -
CMYK 0 0.64 0.42 0.4
HSL 339.8º 0.47% 0.41% -
HSV(B) 339.8º 0.64% 0.6% -
XYZ 16.26 10.21 10.35 -
YUV 88.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 153 55 88 0 0.64 0.42 0.4 339.8 0.47 0.41
Hex 99 37 58 0 40 2A 28 154 2F 29
Octal 231 67 130 0 100 52 50 524 57 51
Binary 10011001 110111 1011000 0 1000000 101010 101000 101010100 101111 101001

Color Harmonies of #993758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993758

Black with #993758

Text Example


Text Example

White with #993758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993758; }

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

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

background-color css

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

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

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

border-color css

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

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

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