#982649

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

Shades of Lipstick #982649

Tints of Lipstick #982649

Color information

#982649 (or 0x982649) is unknown color: approx Lipstick. HEX triplet: 98, 26 and 49. RGB value is (152,38,73). Sum of RGB (Red+Green+Blue) = 152+38+73=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #982649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982649 is #67D9B6. Grayscale: #4C4C4C. Windows color (decimal): -6805943 or 4794008. OLE color: 4794008.

HSL color Cylindrical-coordinate representation of color #982649: hue angle of 341.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982649 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB1523873-
CMYK00.750.520.40
HSL341.58º60%37.25%-
HSV(B)341.58º75%59.61%-
XYZ14.848.547.17-
YUV76.08126.27182.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.79%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=57.79%
G=14.45%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152387300.750.520.40341.586037.25
Hex98264904B34281563c25
Octal23046111011364505267445
Binary10011000100110100100101001011110100101000101010110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982649; }

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

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

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

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

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

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

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

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