#981647

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

Shades of Lipstick #981647

Tints of Lipstick #981647

Color information

#981647 (or 0x981647) is unknown color: approx Lipstick. HEX triplet: 98, 16 and 47. RGB value is (152,22,71). Sum of RGB (Red+Green+Blue) = 152+22+71=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #981647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981647 is #67E9B8. Grayscale: #424242. Windows color (decimal): -6810041 or 4658840. OLE color: 4658840.

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

Color convert

RGB1522271-
CMYK00.860.530.40
HSL337.38º74.71%34.12%-
HSV(B)337.38º85.53%59.61%-
XYZ14.377.76.69-
YUV66.46130.57189.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=62.04%
G=8.98%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152227100.860.530.40337.3874.7134.12
Hex98164705635281514b22
Octal230261070126655052111342
Binary10011000101101000111010101101101011010001010100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981647; }

 p { color: rgb(152,22,71); }

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

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

 a { background-color: rgb(152,22,71); }

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

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

 span { border-color: rgb(152,22,71); }

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