Html Css Color HEX #992560 Lipstick

📋 copy color: '#992560'

red 153 ◦ green 37 ◦ blue 96

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

Shades of Lipstick #992560

Tints of Lipstick #992560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 53.5%
G = 12.94%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#992560 (or 0x992560) is known color: Lipstick. HEX triplet: 99, 25 and 60. RGB value is (153,37,96). Sum of RGB (Red+Green+Blue) = 153+37+96=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #992560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992560 is #66DA9F. Grayscale: #4E4E4E. Windows color (decimal): -6740640 or 6301081. OLE color: 6301081.

HSL color Cylindrical-coordinate representation of color #992560: hue angle of 329.48º 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 #992560 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 96 -
CMYK 0 0.76 0.37 0.4
HSL 329.48º 0.61% 0.37% -
HSV(B) 329.48º 0.76% 0.6% -
XYZ 15.91 8.94 11.95 -
YUV 78.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 153 37 96 0 0.76 0.37 0.4 329.48 0.61 0.37
Hex 99 25 60 0 4C 25 28 149 3D 25
Octal 231 45 140 0 114 45 50 511 75 45
Binary 10011001 100101 1100000 0 1001100 100101 101000 101001001 111101 100101

Color Harmonies of #992560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992560

Black with #992560

Text Example


Text Example

White with #992560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992560; }

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

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

background-color css

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

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

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

border-color css

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

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

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