Html Css Color HEX #993466 Lipstick

📋 copy color: '#993466'

red 153 ◦ green 52 ◦ blue 102

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

Shades of Lipstick #993466

Tints of Lipstick #993466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 49.84%
G = 16.94%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#993466 (or 0x993466) is known color: Lipstick. HEX triplet: 99, 34 and 66. RGB value is (153,52,102). Sum of RGB (Red+Green+Blue) = 153+52+102=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993466 is #66CB99. Grayscale: #575757. Windows color (decimal): -6736794 or 6698137. OLE color: 6698137.

HSL color Cylindrical-coordinate representation of color #993466: hue angle of 330.3º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993466 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 102 -
CMYK 0 0.66 0.33 0.4
HSL 330.3º 0.49% 0.4% -
HSV(B) 330.3º 0.66% 0.6% -
XYZ 16.76 10.19 13.65 -
YUV 87.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 153 52 102 0 0.66 0.33 0.4 330.3 0.49 0.4
Hex 99 34 66 0 42 21 28 14A 31 28
Octal 231 64 146 0 102 41 50 512 61 50
Binary 10011001 110100 1100110 0 1000010 100001 101000 101001010 110001 101000

Color Harmonies of #993466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993466

Black with #993466

Text Example


Text Example

White with #993466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993466; }

 p { color: rgb(153,52,102); }

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

background-color css

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

 a { background-color: rgb(153,52,102); }

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

border-color css

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

 span { border-color: rgb(153,52,102); }

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