#98365F

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

Shades of Lipstick #98365F

Tints of Lipstick #98365F

Color information

#98365F (or 0x98365F) is unknown color: approx Lipstick. HEX triplet: 98, 36 and 5F. RGB value is (152,54,95). Sum of RGB (Red+Green+Blue) = 152+54+95=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98365F is #67C9A0. Grayscale: #575757. Windows color (decimal): -6801825 or 6239896. OLE color: 6239896.

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

Color convert

RGB1525495-
CMYK00.640.380.40
HSL334.9º47.57%40.39%-
HSV(B)334.9º64.47%59.61%-
XYZ16.3310.1411.92-
YUV87.98131.97173.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=50.50%
G=17.94%
B=31.56%

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
Decimal152549500.640.380.40334.947.5740.39
Hex98365F040262814f3028
Octal23066137010046505176050
Binary10011000110110101111101000000100110101000101001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98365F; }

 p { color: rgb(152,54,95); }

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

<style>
 a { background-color: #98365F; }

 a { background-color: rgb(152,54,95); }

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

<style>
 span { border-color: #98365F; }

 span { border-color: rgb(152,54,95); }

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