#981A4A

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

Shades of Lipstick #981A4A

Tints of Lipstick #981A4A

Color information

#981A4A (or 0x981A4A) is unknown color: approx Lipstick. HEX triplet: 98, 1A and 4A. RGB value is (152,26,74). Sum of RGB (Red+Green+Blue) = 152+26+74=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #981A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A4A is #67E5B5. Grayscale: #454545. Windows color (decimal): -6809014 or 4856472. OLE color: 4856472.

HSL color Cylindrical-coordinate representation of color #981A4A: hue angle of 337.14º 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 #981A4A is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1522674-
CMYK00.830.510.40
HSL337.14º70.79%34.9%-
HSV(B)337.14º82.89%59.61%-
XYZ14.557.917.24-
YUV69.15130.74187.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.32%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=60.32%
G=10.32%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152267400.830.510.40337.1470.7934.9
Hex981A4A05333281514723
Octal230321120123635052110743
Binary10011000110101001010010100111100111010001010100011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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