Html Css Color HEX #981E49 Lipstick

📋 copy color: '#981E49'

red 152 ◦ green 30 ◦ blue 73

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

Shades of Lipstick #981E49

Tints of Lipstick #981E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 59.61%
G = 11.76%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#981E49 (or 0x981E49) is known color: Lipstick. HEX triplet: 98, 1E and 49. RGB value is (152,30,73). Sum of RGB (Red+Green+Blue) = 152+30+73=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #981E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E49 is #67E1B6. Grayscale: #474747. Windows color (decimal): -6807991 or 4791960. OLE color: 4791960.

HSL color Cylindrical-coordinate representation of color #981E49: hue angle of 338.85º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E49 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 73 -
CMYK 0 0.80 0.52 0.40
HSL 338.85º 0.67% 0.36% -
HSV(B) 338.85º 0.8% 0.6% -
XYZ 14.62 8.08 7.09 -
YUV 71.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 152 30 73 0 0.80 0.52 0.40 338.85 0.67 0.36
Hex 98 1E 49 0 50 34 28 153 43 24
Octal 230 36 111 0 120 64 50 523 103 44
Binary 10011000 11110 1001001 0 1010000 110100 101000 101010011 1000011 100100

Color Harmonies of #981E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E49

Black with #981E49

Text Example


Text Example

White with #981E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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