#98345E

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

Shades of Lipstick #98345E

Tints of Lipstick #98345E

Color information

#98345E (or 0x98345E) is unknown color: approx Lipstick. HEX triplet: 98, 34 and 5E. RGB value is (152,52,94). Sum of RGB (Red+Green+Blue) = 152+52+94=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98345E is #67CBA1. Grayscale: #565656. Windows color (decimal): -6802338 or 6173848. OLE color: 6173848.

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

Color convert

RGB1525294-
CMYK00.660.380.40
HSL334.8º49.02%40%-
HSV(B)334.8º65.79%59.61%-
XYZ16.29.9411.65-
YUV86.69132.13174.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=51.01%
G=17.45%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152529400.660.380.40334.849.0240
Hex98345E042262814f3128
Octal23064136010246505176150
Binary10011000110100101111001000010100110101000101001111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,52,94); }

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

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

 a { background-color: rgb(152,52,94); }

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

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

 span { border-color: rgb(152,52,94); }

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