#981648

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

Shades of Lipstick #981648

Tints of Lipstick #981648

Color information

#981648 (or 0x981648) is unknown color: approx Lipstick. HEX triplet: 98, 16 and 48. RGB value is (152,22,72). Sum of RGB (Red+Green+Blue) = 152+22+72=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #981648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981648 is #67E9B7. Grayscale: #424242. Windows color (decimal): -6810040 or 4724376. OLE color: 4724376.

HSL color Cylindrical-coordinate representation of color #981648: hue angle of 336.92º 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 #981648 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1522272-
CMYK00.860.530.40
HSL336.92º74.71%34.12%-
HSV(B)336.92º85.53%59.61%-
XYZ14.417.726.86-
YUV66.57131.07188.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=61.79%
G=8.94%
B=29.27%

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
Decimal152227200.860.530.40336.9274.7134.12
Hex98164805635281514b22
Octal230261100126655052111342
Binary10011000101101001000010101101101011010001010100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981648; }

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

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

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

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

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

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

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

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