#98335E

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

Shades of Lipstick #98335E

Tints of Lipstick #98335E

Color information

#98335E (or 0x98335E) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 5E. RGB value is (152,51,94). Sum of RGB (Red+Green+Blue) = 152+51+94=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98335E is #67CCA1. Grayscale: #565656. Windows color (decimal): -6802594 or 6173592. OLE color: 6173592.

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

Color convert

RGB1525194-
CMYK00.660.380.40
HSL334.46º49.75%39.8%-
HSV(B)334.46º66.45%59.61%-
XYZ16.159.8511.64-
YUV86.1132.46175-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=51.18%
G=17.17%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152519400.660.380.40334.4649.7539.8
Hex98335E042262814e3228
Octal23063136010246505166250
Binary10011000110011101111001000010100110101000101001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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