Html Css Color HEX #982249 Lipstick

📋 copy color: '#982249'

red 152 ◦ green 34 ◦ blue 73

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

Shades of Lipstick #982249

Tints of Lipstick #982249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 58.69%
G = 13.13%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#982249 (or 0x982249) is known color: Lipstick. HEX triplet: 98, 22 and 49. RGB value is (152,34,73). Sum of RGB (Red+Green+Blue) = 152+34+73=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #982249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982249 is #67DDB6. Grayscale: #494949. Windows color (decimal): -6806967 or 4792984. OLE color: 4792984.

HSL color Cylindrical-coordinate representation of color #982249: hue angle of 340.17º degrees, saturation: 0.63, 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 #982249 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 73 -
CMYK 0 0.78 0.52 0.40
HSL 340.17º 0.63% 0.36% -
HSV(B) 340.17º 0.78% 0.6% -
XYZ 14.72 8.3 7.13 -
YUV 73.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 152 34 73 0 0.78 0.52 0.40 340.17 0.63 0.36
Hex 98 22 49 0 4E 34 28 154 3F 24
Octal 230 42 111 0 116 64 50 524 77 44
Binary 10011000 100010 1001001 0 1001110 110100 101000 101010100 111111 100100

Color Harmonies of #982249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982249

Black with #982249

Text Example


Text Example

White with #982249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982249; }

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

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

background-color css

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

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

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

border-color css

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

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

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