Html Css Color HEX #992149 Lipstick

📋 copy color: '#992149'

red 153 ◦ green 33 ◦ blue 73

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

Shades of Lipstick #992149

Tints of Lipstick #992149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 59.07%
G = 12.74%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#992149 (or 0x992149) is known color: Lipstick. HEX triplet: 99, 21 and 49. RGB value is (153,33,73). Sum of RGB (Red+Green+Blue) = 153+33+73=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992149 is #66DEB6. Grayscale: #494949. Windows color (decimal): -6741687 or 4792729. OLE color: 4792729.

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

Color convert

RGB 153 33 73 -
CMYK 0 0.78 0.52 0.4
HSL 340º 0.65% 0.36% -
HSV(B) 340º 0.78% 0.6% -
XYZ 14.88 8.34 7.13 -
YUV 73.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 153 33 73 0 0.78 0.52 0.4 340 0.65 0.36
Hex 99 21 49 0 4E 34 28 154 41 24
Octal 231 41 111 0 116 64 50 524 101 44
Binary 10011001 100001 1001001 0 1001110 110100 101000 101010100 1000001 100100

Color Harmonies of #992149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992149

Black with #992149

Text Example


Text Example

White with #992149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992149; }

 p { color: rgb(153,33,73); }

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

background-color css

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

 a { background-color: rgb(153,33,73); }

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

border-color css

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

 span { border-color: rgb(153,33,73); }

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