Html Css Color HEX #992668 Lipstick

📋 copy color: '#992668'

red 153 ◦ green 38 ◦ blue 104

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

Shades of Lipstick #992668

Tints of Lipstick #992668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 51.86%
G = 12.88%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#992668 (or 0x992668) is known color: Lipstick. HEX triplet: 99, 26 and 68. RGB value is (153,38,104). Sum of RGB (Red+Green+Blue) = 153+38+104=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992668 is #66D997. Grayscale: #4F4F4F. Windows color (decimal): -6740376 or 6825625. OLE color: 6825625.

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

Color convert

RGB 153 38 104 -
CMYK 0 0.75 0.32 0.4
HSL 325.57º 0.6% 0.37% -
HSV(B) 325.57º 0.75% 0.6% -
XYZ 16.33 9.16 14 -
YUV 79.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 153 38 104 0 0.75 0.32 0.4 325.57 0.6 0.37
Hex 99 26 68 0 4B 20 28 146 3C 25
Octal 231 46 150 0 113 40 50 506 74 45
Binary 10011001 100110 1101000 0 1001011 100000 101000 101000110 111100 100101

Color Harmonies of #992668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992668

Black with #992668

Text Example


Text Example

White with #992668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992668; }

 p { color: rgb(153,38,104); }

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

background-color css

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

 a { background-color: rgb(153,38,104); }

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

border-color css

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

 span { border-color: rgb(153,38,104); }

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