Html Css Color HEX #992147 Lipstick

📋 copy color: '#992147'

red 153 ◦ green 33 ◦ blue 71

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

Shades of Lipstick #992147

Tints of Lipstick #992147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 59.53%
G = 12.84%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992147 (or 0x992147) is known color: Lipstick. HEX triplet: 99, 21 and 47. RGB value is (153,33,71). Sum of RGB (Red+Green+Blue) = 153+33+71=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992147 is #66DEB8. Grayscale: #494949. Windows color (decimal): -6741689 or 4661657. OLE color: 4661657.

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

Color convert

RGB 153 33 71 -
CMYK 0 0.78 0.54 0.4
HSL 341º 0.65% 0.36% -
HSV(B) 341º 0.78% 0.6% -
XYZ 14.82 8.31 6.79 -
YUV 73.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 153 33 71 0 0.78 0.54 0.4 341 0.65 0.36
Hex 99 21 47 0 4E 36 28 155 41 24
Octal 231 41 107 0 116 66 50 525 101 44
Binary 10011001 100001 1000111 0 1001110 110110 101000 101010101 1000001 100100

Color Harmonies of #992147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992147

Black with #992147

Text Example


Text Example

White with #992147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992147; }

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

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

background-color css

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

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

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

border-color css

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

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

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