Html Css Color HEX #992547 Lipstick

📋 copy color: '#992547'

red 153 ◦ green 37 ◦ blue 71

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

Shades of Lipstick #992547

Tints of Lipstick #992547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 58.62%
G = 14.18%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#992547 (or 0x992547) is known color: Lipstick. HEX triplet: 99, 25 and 47. RGB value is (153,37,71). Sum of RGB (Red+Green+Blue) = 153+37+71=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #992547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992547 is #66DAB8. Grayscale: #4B4B4B. Windows color (decimal): -6740665 or 4662681. OLE color: 4662681.

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

Color convert

RGB 153 37 71 -
CMYK 0 0.76 0.54 0.4
HSL 342.41º 0.61% 0.37% -
HSV(B) 342.41º 0.76% 0.6% -
XYZ 14.94 8.55 6.82 -
YUV 75.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 153 37 71 0 0.76 0.54 0.4 342.41 0.61 0.37
Hex 99 25 47 0 4C 36 28 156 3D 25
Octal 231 45 107 0 114 66 50 526 75 45
Binary 10011001 100101 1000111 0 1001100 110110 101000 101010110 111101 100101

Color Harmonies of #992547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992547

Black with #992547

Text Example


Text Example

White with #992547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992547; }

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

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

background-color css

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

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

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

border-color css

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

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

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