Html Css Color HEX #982C49 Lipstick

📋 copy color: '#982C49'

red 152 ◦ green 44 ◦ blue 73

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

Shades of Lipstick #982C49

Tints of Lipstick #982C49

RGB

 RED value IS 152 (59.77% from 255) = 56.51%

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

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

R = 56.51%
G = 16.36%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#982C49 (or 0x982C49) is known color: Lipstick. HEX triplet: 98, 2C and 49. RGB value is (152,44,73). Sum of RGB (Red+Green+Blue) = 152+44+73=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #982C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C49 is #67D3B6. Grayscale: #4F4F4F. Windows color (decimal): -6804407 or 4795544. OLE color: 4795544.

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

Color convert

RGB 152 44 73 -
CMYK 0 0.71 0.52 0.40
HSL 343.89º 0.55% 0.38% -
HSV(B) 343.89º 0.71% 0.6% -
XYZ 15.05 8.96 7.24 -
YUV 79.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 152 44 73 0 0.71 0.52 0.40 343.89 0.55 0.38
Hex 98 2C 49 0 47 34 28 158 37 26
Octal 230 54 111 0 107 64 50 530 67 46
Binary 10011000 101100 1001001 0 1000111 110100 101000 101011000 110111 100110

Color Harmonies of #982C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C49

Black with #982C49

Text Example


Text Example

White with #982C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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