#982F4F

Color #982F4F Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #982F4F

Tints of Lipstick #982F4F

Color information

#982F4F (or 0x982F4F) is unknown color: approx Lipstick. HEX triplet: 98, 2F and 4F. RGB value is (152,47,79). Sum of RGB (Red+Green+Blue) = 152+47+79=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #982F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982F4F is #67D0B0. Grayscale: #525252. Windows color (decimal): -6803633 or 5189528. OLE color: 5189528.

HSL color Cylindrical-coordinate representation of color #982F4F: hue angle of 341.71º 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 #982F4F is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1524779-
CMYK00.690.480.40
HSL341.71º52.76%39.02%-
HSV(B)341.71º69.08%59.61%-
XYZ15.389.278.38-
YUV82.04126.29177.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=54.68%
G=16.91%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152477900.690.480.40341.7152.7639.02
Hex982F4F04530281563527
Octal23057117010560505266547
Binary10011000101111100111101000101110000101000101010110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #982F4F;
 }
 .AnyTagClassName
 {
   color: #982F4F;
 }
</style>
background-color css

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

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

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

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

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

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