Html Css Color HEX #992061 Lipstick

📋 copy color: '#992061'

red 153 ◦ green 32 ◦ blue 97

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

Shades of Lipstick #992061

Tints of Lipstick #992061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 54.26%
G = 11.35%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#992061 (or 0x992061) is known color: Lipstick. HEX triplet: 99, 20 and 61. RGB value is (153,32,97). Sum of RGB (Red+Green+Blue) = 153+32+97=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #992061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992061 is #66DF9E. Grayscale: #4B4B4B. Windows color (decimal): -6741919 or 6365337. OLE color: 6365337.

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

Color convert

RGB 153 32 97 -
CMYK 0 0.79 0.37 0.4
HSL 327.77º 0.65% 0.36% -
HSV(B) 327.77º 0.79% 0.6% -
XYZ 15.81 8.67 12.15 -
YUV 75.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 153 32 97 0 0.79 0.37 0.4 327.77 0.65 0.36
Hex 99 20 61 0 4F 25 28 148 41 24
Octal 231 40 141 0 117 45 50 510 101 44
Binary 10011001 100000 1100001 0 1001111 100101 101000 101001000 1000001 100100

Color Harmonies of #992061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992061

Black with #992061

Text Example


Text Example

White with #992061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992061; }

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

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

background-color css

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

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

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

border-color css

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

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

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