Html Css Color HEX #992966 Lipstick

📋 copy color: '#992966'

red 153 ◦ green 41 ◦ blue 102

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

Shades of Lipstick #992966

Tints of Lipstick #992966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 51.69%
G = 13.85%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#992966 (or 0x992966) is known color: Lipstick. HEX triplet: 99, 29 and 66. RGB value is (153,41,102). Sum of RGB (Red+Green+Blue) = 153+41+102=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #992966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992966 is #66D699. Grayscale: #515151. Windows color (decimal): -6739610 or 6695321. OLE color: 6695321.

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

Color convert

RGB 153 41 102 -
CMYK 0 0.73 0.33 0.4
HSL 327.32º 0.58% 0.38% -
HSV(B) 327.32º 0.73% 0.6% -
XYZ 16.33 9.32 13.51 -
YUV 81.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 153 41 102 0 0.73 0.33 0.4 327.32 0.58 0.38
Hex 99 29 66 0 49 21 28 147 3A 26
Octal 231 51 146 0 111 41 50 507 72 46
Binary 10011001 101001 1100110 0 1001001 100001 101000 101000111 111010 100110

Color Harmonies of #992966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992966

Black with #992966

Text Example


Text Example

White with #992966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992966; }

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

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

background-color css

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

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

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

border-color css

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

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

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