Html Css Color HEX #982149 Lipstick

📋 copy color: '#982149'

red 152 ◦ green 33 ◦ blue 73

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

Shades of Lipstick #982149

Tints of Lipstick #982149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

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

R = 58.91%
G = 12.79%
B = 28.29%

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

#982149 (or 0x982149) is known color: Lipstick. HEX triplet: 98, 21 and 49. RGB value is (152,33,73). Sum of RGB (Red+Green+Blue) = 152+33+73=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #982149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982149 is #67DEB6. Grayscale: #494949. Windows color (decimal): -6807223 or 4792728. OLE color: 4792728.

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

Color convert

RGB 152 33 73 -
CMYK 0 0.78 0.52 0.40
HSL 339.83º 0.64% 0.36% -
HSV(B) 339.83º 0.78% 0.6% -
XYZ 14.7 8.24 7.12 -
YUV 73.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 152 33 73 0 0.78 0.52 0.40 339.83 0.64 0.36
Hex 98 21 49 0 4E 34 28 154 40 24
Octal 230 41 111 0 116 64 50 524 100 44
Binary 10011000 100001 1001001 0 1001110 110100 101000 101010100 1000000 100100

Color Harmonies of #982149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982149

Black with #982149

Text Example


Text Example

White with #982149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982149; }

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

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

background-color css

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

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

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

border-color css

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

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

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