Html Css Color HEX #982F49 Lipstick

📋 copy color: '#982F49'

red 152 ◦ green 47 ◦ blue 73

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

Shades of Lipstick #982F49

Tints of Lipstick #982F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

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

R = 55.88%
G = 17.28%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#982F49 (or 0x982F49) is known color: Lipstick. HEX triplet: 98, 2F and 49. RGB value is (152,47,73). Sum of RGB (Red+Green+Blue) = 152+47+73=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #982F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F49 is #67D0B6. Grayscale: #515151. Windows color (decimal): -6803639 or 4796312. OLE color: 4796312.

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

Color convert

RGB 152 47 73 -
CMYK 0 0.69 0.52 0.40
HSL 345.14º 0.53% 0.39% -
HSV(B) 345.14º 0.69% 0.6% -
XYZ 15.17 9.19 7.28 -
YUV 81.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 152 47 73 0 0.69 0.52 0.40 345.14 0.53 0.39
Hex 98 2F 49 0 45 34 28 159 35 27
Octal 230 57 111 0 105 64 50 531 65 47
Binary 10011000 101111 1001001 0 1000101 110100 101000 101011001 110101 100111

Color Harmonies of #982F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F49

Black with #982F49

Text Example


Text Example

White with #982F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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