Html Css Color HEX #982040 Lipstick

📋 copy color: '#982040'

red 152 ◦ green 32 ◦ blue 64

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

Shades of Lipstick #982040

Tints of Lipstick #982040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 61.29%
G = 12.9%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#982040 (or 0x982040) is known color: Lipstick. HEX triplet: 98, 20 and 40. RGB value is (152,32,64). Sum of RGB (Red+Green+Blue) = 152+32+64=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #982040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982040 is #67DFBF. Grayscale: #474747. Windows color (decimal): -6807488 or 4202648. OLE color: 4202648.

HSL color Cylindrical-coordinate representation of color #982040: hue angle of 344º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982040 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 64 -
CMYK 0 0.79 0.58 0.40
HSL 344º 0.65% 0.36% -
HSV(B) 344º 0.79% 0.6% -
XYZ 14.39 8.08 5.65 -
YUV 71.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 152 32 64 0 0.79 0.58 0.40 344 0.65 0.36
Hex 98 20 40 0 4F 3A 28 158 41 24
Octal 230 40 100 0 117 72 50 530 101 44
Binary 10011000 100000 1000000 0 1001111 111010 101000 101011000 1000001 100100

Color Harmonies of #982040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982040

Black with #982040

Text Example


Text Example

White with #982040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982040; }

 p { color: rgb(152,32,64); }

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

background-color css

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

 a { background-color: rgb(152,32,64); }

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

border-color css

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

 span { border-color: rgb(152,32,64); }

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