Html Css Color HEX #992261 Lipstick

📋 copy color: '#992261'

red 153 ◦ green 34 ◦ blue 97

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

Shades of Lipstick #992261

Tints of Lipstick #992261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

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

R = 53.87%
G = 11.97%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#992261 (or 0x992261) is known color: Lipstick. HEX triplet: 99, 22 and 61. RGB value is (153,34,97). Sum of RGB (Red+Green+Blue) = 153+34+97=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #992261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992261 is #66DD9E. Grayscale: #4C4C4C. Windows color (decimal): -6741407 or 6365849. OLE color: 6365849.

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

Color convert

RGB 153 34 97 -
CMYK 0 0.78 0.37 0.4
HSL 328.24º 0.64% 0.37% -
HSV(B) 328.24º 0.78% 0.6% -
XYZ 15.87 8.78 12.17 -
YUV 76.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 153 34 97 0 0.78 0.37 0.4 328.24 0.64 0.37
Hex 99 22 61 0 4E 25 28 148 40 25
Octal 231 42 141 0 116 45 50 510 100 45
Binary 10011001 100010 1100001 0 1001110 100101 101000 101001000 1000000 100101

Color Harmonies of #992261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992261

Black with #992261

Text Example


Text Example

White with #992261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992261; }

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

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

background-color css

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

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

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

border-color css

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

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

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