#98375C

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

Shades of Lipstick #98375C

Tints of Lipstick #98375C

Color information

#98375C (or 0x98375C) is unknown color: approx Lipstick. HEX triplet: 98, 37 and 5C. RGB value is (152,55,92). Sum of RGB (Red+Green+Blue) = 152+55+92=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98375C is #67C8A3. Grayscale: #585858. Windows color (decimal): -6801572 or 6043544. OLE color: 6043544.

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

Color convert

RGB1525592-
CMYK00.640.390.40
HSL337.11º46.86%40.59%-
HSV(B)337.11º63.82%59.61%-
XYZ16.2510.1811.23-
YUV88.22130.14173.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=50.84%
G=18.39%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152559200.640.390.40337.1146.8640.59
Hex98375C04027281512f29
Octal23067134010047505215751
Binary10011000110111101110001000000100111101000101010001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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