#98355F

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

Shades of Lipstick #98355F

Tints of Lipstick #98355F

Color information

#98355F (or 0x98355F) is unknown color: approx Lipstick. HEX triplet: 98, 35 and 5F. RGB value is (152,53,95). Sum of RGB (Red+Green+Blue) = 152+53+95=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98355F is #67CAA0. Grayscale: #575757. Windows color (decimal): -6802081 or 6239640. OLE color: 6239640.

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

Color convert

RGB1525395-
CMYK00.650.380.40
HSL334.55º48.29%40.2%-
HSV(B)334.55º65.13%59.61%-
XYZ16.2910.0511.91-
YUV87.39132.3174.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=50.67%
G=17.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152539500.650.380.40334.5548.2940.2
Hex98355F041262814f3028
Octal23065137010146505176050
Binary10011000110101101111101000001100110101000101001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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