#981a49

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

Shades of Lipstick #981A49

Tints of Lipstick #981A49

Color information

#981A49 (or 0x981A49) is unknown color: approx Lipstick. HEX triplet: 98, 1A and 49. RGB value is (152,26,73). Sum of RGB (Red+Green+Blue) = 152+26+73=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #981A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A49 is #67E5B6. Grayscale: #444444. Windows color (decimal): -6809015 or 4790936. OLE color: 4790936.

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

Color convert

RGB1522673-
CMYK00.830.520.40
HSL337.62º70.79%34.9%-
HSV(B)337.62º82.89%59.61%-
XYZ14.527.97.06-
YUV69.03130.24187.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.56%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=60.56%
G=10.36%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152267300.830.520.40337.6270.7934.9
Hex981A4905334281524723
Octal230321110123645052210743
Binary10011000110101001001010100111101001010001010100101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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