#98294F

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

Shades of Lipstick #98294F

Tints of Lipstick #98294F

Color information

#98294F (or 0x98294F) is unknown color: approx Lipstick. HEX triplet: 98, 29 and 4F. RGB value is (152,41,79). Sum of RGB (Red+Green+Blue) = 152+41+79=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #98294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98294F is #67D6B0. Grayscale: #4E4E4E. Windows color (decimal): -6805169 or 5187992. OLE color: 5187992.

HSL color Cylindrical-coordinate representation of color #98294F: hue angle of 339.46º 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 #98294F is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1524179-
CMYK00.730.480.40
HSL339.46º57.51%37.84%-
HSV(B)339.46º73.03%59.61%-
XYZ15.158.838.3-
YUV78.52128.27180.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=55.88%
G=15.07%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152417900.730.480.40339.4657.5137.84
Hex98294F04930281533a26
Octal23051117011160505237246
Binary10011000101001100111101001001110000101000101010011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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