#98395A

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

Shades of Lipstick #98395A

Tints of Lipstick #98395A

Color information

#98395A (or 0x98395A) is unknown color: approx Lipstick. HEX triplet: 98, 39 and 5A. RGB value is (152,57,90). Sum of RGB (Red+Green+Blue) = 152+57+90=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98395A is #67C6A5. Grayscale: #595959. Windows color (decimal): -6801062 or 5912984. OLE color: 5912984.

HSL color Cylindrical-coordinate representation of color #98395A: hue angle of 339.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98395A is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1525790-
CMYK00.620.410.40
HSL339.16º45.45%40.98%-
HSV(B)339.16º62.5%59.61%-
XYZ16.2610.3410.81-
YUV89.17128.47172.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=50.84%
G=19.06%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152579000.620.410.40339.1645.4540.98
Hex98395A03E29281532d29
Octal2307113207651505235551
Binary1001100011100110110100111110101001101000101010011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98395A; }

 p { color: rgb(152,57,90); }

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

<style>
 a { background-color: #98395A; }

 a { background-color: rgb(152,57,90); }

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

<style>
 span { border-color: #98395A; }

 span { border-color: rgb(152,57,90); }

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