#98385D

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

Shades of Lipstick #98385D

Tints of Lipstick #98385D

Color information

#98385D (or 0x98385D) is unknown color: approx Lipstick. HEX triplet: 98, 38 and 5D. RGB value is (152,56,93). Sum of RGB (Red+Green+Blue) = 152+56+93=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98385D is #67C7A2. Grayscale: #585858. Windows color (decimal): -6801315 or 6109336. OLE color: 6109336.

HSL color Cylindrical-coordinate representation of color #98385D: hue angle of 336.88º 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 #98385D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1525693-
CMYK00.630.390.40
HSL336.88º46.15%40.78%-
HSV(B)336.88º63.16%59.61%-
XYZ16.3410.2911.48-
YUV88.92130.3172.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=50.50%
G=18.60%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152569300.630.390.40336.8846.1540.78
Hex98385D03F27281512e29
Octal2307013507747505215651
Binary1001100011100010111010111111100111101000101010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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