Html Css Color HEX #992D49 Lipstick

📋 copy color: '#992D49'

red 153 ◦ green 45 ◦ blue 73

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

Shades of Lipstick #992D49

Tints of Lipstick #992D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 56.46%
G = 16.61%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#992D49 (or 0x992D49) is known color: Lipstick. HEX triplet: 99, 2D and 49. RGB value is (153,45,73). Sum of RGB (Red+Green+Blue) = 153+45+73=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #992D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D49 is #66D2B6. Grayscale: #505050. Windows color (decimal): -6738615 or 4795801. OLE color: 4795801.

HSL color Cylindrical-coordinate representation of color #992D49: hue angle of 344.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D49 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 73 -
CMYK 0 0.71 0.52 0.4
HSL 344.44º 0.55% 0.39% -
HSV(B) 344.44º 0.71% 0.6% -
XYZ 15.28 9.13 7.26 -
YUV 80.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 153 45 73 0 0.71 0.52 0.4 344.44 0.55 0.39
Hex 99 2D 49 0 47 34 28 158 37 27
Octal 231 55 111 0 107 64 50 530 67 47
Binary 10011001 101101 1001001 0 1000111 110100 101000 101011000 110111 100111

Color Harmonies of #992D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D49

Black with #992D49

Text Example


Text Example

White with #992D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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