#981A3F

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

Shades of Lipstick #981A3F

Tints of Lipstick #981A3F

Color information

#981A3F (or 0x981A3F) is unknown color: approx Lipstick. HEX triplet: 98, 1A and 3F. RGB value is (152,26,63). Sum of RGB (Red+Green+Blue) = 152+26+63=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #981A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A3F is #67E5C0. Grayscale: #434343. Windows color (decimal): -6809025 or 4135576. OLE color: 4135576.

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

Color convert

RGB1522663-
CMYK00.830.590.40
HSL342.38º70.79%34.9%-
HSV(B)342.38º82.89%59.61%-
XYZ14.227.775.45-
YUV67.89125.24187.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 63 (25% from 255) = 26.14%
R=63.07%
G=10.79%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152266300.830.590.40342.3870.7934.9
Hex981A3F0533B281564723
Octal23032770123735052610743
Binary1001100011010111111010100111110111010001010101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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