Html Css Color HEX #992563 Lipstick

📋 copy color: '#992563'

red 153 ◦ green 37 ◦ blue 99

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

Shades of Lipstick #992563

Tints of Lipstick #992563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 52.94%
G = 12.8%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#992563 (or 0x992563) is known color: Lipstick. HEX triplet: 99, 25 and 63. RGB value is (153,37,99). Sum of RGB (Red+Green+Blue) = 153+37+99=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #992563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992563 is #66DA9C. Grayscale: #4E4E4E. Windows color (decimal): -6740637 or 6497689. OLE color: 6497689.

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

Color convert

RGB 153 37 99 -
CMYK 0 0.76 0.35 0.4
HSL 327.93º 0.61% 0.37% -
HSV(B) 327.93º 0.76% 0.6% -
XYZ 16.05 9 12.69 -
YUV 78.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 153 37 99 0 0.76 0.35 0.4 327.93 0.61 0.37
Hex 99 25 63 0 4C 23 28 148 3D 25
Octal 231 45 143 0 114 43 50 510 75 45
Binary 10011001 100101 1100011 0 1001100 100011 101000 101001000 111101 100101

Color Harmonies of #992563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992563

Black with #992563

Text Example


Text Example

White with #992563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992563; }

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

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

background-color css

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

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

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

border-color css

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

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

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