Html Css Color HEX #992062 Lipstick

📋 copy color: '#992062'

red 153 ◦ green 32 ◦ blue 98

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

Shades of Lipstick #992062

Tints of Lipstick #992062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 54.06%
G = 11.31%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#992062 (or 0x992062) is known color: Lipstick. HEX triplet: 99, 20 and 62. RGB value is (153,32,98). Sum of RGB (Red+Green+Blue) = 153+32+98=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #992062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992062 is #66DF9D. Grayscale: #4B4B4B. Windows color (decimal): -6741918 or 6430873. OLE color: 6430873.

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

Color convert

RGB 153 32 98 -
CMYK 0 0.79 0.36 0.4
HSL 327.27º 0.65% 0.36% -
HSV(B) 327.27º 0.79% 0.6% -
XYZ 15.86 8.69 12.4 -
YUV 75.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 153 32 98 0 0.79 0.36 0.4 327.27 0.65 0.36
Hex 99 20 62 0 4F 24 28 147 41 24
Octal 231 40 142 0 117 44 50 507 101 44
Binary 10011001 100000 1100010 0 1001111 100100 101000 101000111 1000001 100100

Color Harmonies of #992062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992062

Black with #992062

Text Example


Text Example

White with #992062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992062; }

 p { color: rgb(153,32,98); }

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

background-color css

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

 a { background-color: rgb(153,32,98); }

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

border-color css

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

 span { border-color: rgb(153,32,98); }

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