Html Css Color HEX #992163 Lipstick

📋 copy color: '#992163'

red 153 ◦ green 33 ◦ blue 99

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

Shades of Lipstick #992163

Tints of Lipstick #992163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 53.68%
G = 11.58%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#992163 (or 0x992163) is known color: Lipstick. HEX triplet: 99, 21 and 63. RGB value is (153,33,99). Sum of RGB (Red+Green+Blue) = 153+33+99=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #992163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992163 is #66DE9C. Grayscale: #4C4C4C. Windows color (decimal): -6741661 or 6496665. OLE color: 6496665.

HSL color Cylindrical-coordinate representation of color #992163: hue angle of 327º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992163 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 99 -
CMYK 0 0.78 0.35 0.4
HSL 327º 0.65% 0.36% -
HSV(B) 327º 0.78% 0.6% -
XYZ 15.93 8.76 12.66 -
YUV 76.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 153 33 99 0 0.78 0.35 0.4 327 0.65 0.36
Hex 99 21 63 0 4E 23 28 147 41 24
Octal 231 41 143 0 116 43 50 507 101 44
Binary 10011001 100001 1100011 0 1001110 100011 101000 101000111 1000001 100100

Color Harmonies of #992163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992163

Black with #992163

Text Example


Text Example

White with #992163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992163; }

 p { color: rgb(153,33,99); }

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

background-color css

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

 a { background-color: rgb(153,33,99); }

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

border-color css

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

 span { border-color: rgb(153,33,99); }

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