#98294E

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

Shades of Lipstick #98294E

Tints of Lipstick #98294E

Color information

#98294E (or 0x98294E) is unknown color: approx Lipstick. HEX triplet: 98, 29 and 4E. RGB value is (152,41,78). Sum of RGB (Red+Green+Blue) = 152+41+78=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #98294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98294E is #67D6B1. Grayscale: #4E4E4E. Windows color (decimal): -6805170 or 5122456. OLE color: 5122456.

HSL color Cylindrical-coordinate representation of color #98294E: hue angle of 340º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98294E is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1524178-
CMYK00.730.490.40
HSL340º57.51%37.84%-
HSV(B)340º73.03%59.61%-
XYZ15.128.818.11-
YUV78.41127.77180.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=56.09%
G=15.13%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152417800.730.490.4034057.5137.84
Hex98294E04931281543a26
Octal23051116011161505247246
Binary10011000101001100111001001001110001101000101010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98294E; }

 p { color: rgb(152,41,78); }

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

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

 a { background-color: rgb(152,41,78); }

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

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

 span { border-color: rgb(152,41,78); }

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