#98316C

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

Shades of Lipstick #98316C

Tints of Lipstick #98316C

Color information

#98316C (or 0x98316C) is unknown color: approx Lipstick. HEX triplet: 98, 31 and 6C. RGB value is (152,49,108). Sum of RGB (Red+Green+Blue) = 152+49+108=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98316C is #67CE93. Grayscale: #565656. Windows color (decimal): -6803092 or 7090584. OLE color: 7090584.

HSL color Cylindrical-coordinate representation of color #98316C: hue angle of 325.63º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98316C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15249108-
CMYK00.680.290.40
HSL325.63º51.24%39.41%-
HSV(B)325.63º67.76%59.61%-
XYZ16.759.9515.23-
YUV86.52140.12174.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=49.19%
G=15.86%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524910800.680.290.40325.6351.2439.41
Hex98316C0441D281463327
Octal23061154010435505066347
Binary1001100011000111011000100010011101101000101000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,49,108); }

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

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

 a { background-color: rgb(152,49,108); }

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

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

 span { border-color: rgb(152,49,108); }

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