#98375E

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

Shades of Lipstick #98375E

Tints of Lipstick #98375E

Color information

#98375E (or 0x98375E) is unknown color: approx Lipstick. HEX triplet: 98, 37 and 5E. RGB value is (152,55,94). Sum of RGB (Red+Green+Blue) = 152+55+94=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98375E is #67C8A1. Grayscale: #585858. Windows color (decimal): -6801570 or 6174616. OLE color: 6174616.

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

Color convert

RGB1525594-
CMYK00.640.380.40
HSL335.88º46.86%40.59%-
HSV(B)335.88º63.82%59.61%-
XYZ16.3410.2211.7-
YUV88.45131.14173.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=50.50%
G=18.27%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152559400.640.380.40335.8846.8640.59
Hex98375E04026281502f29
Octal23067136010046505205751
Binary10011000110111101111001000000100110101000101010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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