#98385E

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

Shades of Lipstick #98385E

Tints of Lipstick #98385E

Color information

#98385E (or 0x98385E) is unknown color: approx Lipstick. HEX triplet: 98, 38 and 5E. RGB value is (152,56,94). Sum of RGB (Red+Green+Blue) = 152+56+94=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #98385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98385E is #67C7A1. Grayscale: #585858. Windows color (decimal): -6801314 or 6174872. OLE color: 6174872.

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

Color convert

RGB1525694-
CMYK00.630.380.40
HSL336.25º46.15%40.78%-
HSV(B)336.25º63.16%59.61%-
XYZ16.3810.3111.72-
YUV89.04130.8172.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=50.33%
G=18.54%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152569400.630.380.40336.2546.1540.78
Hex98385E03F26281502e29
Octal2307013607746505205651
Binary1001100011100010111100111111100110101000101010000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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