Html Css Color HEX #992549 Lipstick

📋 copy color: '#992549'

red 153 ◦ green 37 ◦ blue 73

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

Shades of Lipstick #992549

Tints of Lipstick #992549

RGB

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

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

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

R = 58.17%
G = 14.07%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#992549 (or 0x992549) is known color: Lipstick. HEX triplet: 99, 25 and 49. RGB value is (153,37,73). Sum of RGB (Red+Green+Blue) = 153+37+73=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #992549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992549 is #66DAB6. Grayscale: #4B4B4B. Windows color (decimal): -6740663 or 4793753. OLE color: 4793753.

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

Color convert

RGB 153 37 73 -
CMYK 0 0.76 0.52 0.4
HSL 341.38º 0.61% 0.37% -
HSV(B) 341.38º 0.76% 0.6% -
XYZ 15 8.58 7.17 -
YUV 75.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 153 37 73 0 0.76 0.52 0.4 341.38 0.61 0.37
Hex 99 25 49 0 4C 34 28 155 3D 25
Octal 231 45 111 0 114 64 50 525 75 45
Binary 10011001 100101 1001001 0 1001100 110100 101000 101010101 111101 100101

Color Harmonies of #992549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992549

Black with #992549

Text Example


Text Example

White with #992549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992549; }

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

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

background-color css

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

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

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

border-color css

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

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

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