Html Css Color HEX #992C49 Lipstick

📋 copy color: '#992C49'

red 153 ◦ green 44 ◦ blue 73

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

Shades of Lipstick #992C49

Tints of Lipstick #992C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

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

R = 56.67%
G = 16.3%
B = 27.04%

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

#992C49 (or 0x992C49) is known color: Lipstick. HEX triplet: 99, 2C and 49. RGB value is (153,44,73). Sum of RGB (Red+Green+Blue) = 153+44+73=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #992C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C49 is #66D3B6. Grayscale: #4F4F4F. Windows color (decimal): -6738871 or 4795545. OLE color: 4795545.

HSL color Cylindrical-coordinate representation of color #992C49: hue angle of 344.04º 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 #992C49 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 73 -
CMYK 0 0.71 0.52 0.4
HSL 344.04º 0.55% 0.39% -
HSV(B) 344.04º 0.71% 0.6% -
XYZ 15.24 9.05 7.25 -
YUV 79.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 153 44 73 0 0.71 0.52 0.4 344.04 0.55 0.39
Hex 99 2C 49 0 47 34 28 158 37 27
Octal 231 54 111 0 107 64 50 530 67 47
Binary 10011001 101100 1001001 0 1000111 110100 101000 101011000 110111 100111

Color Harmonies of #992C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C49

Black with #992C49

Text Example


Text Example

White with #992C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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