#98335A

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

Shades of Lipstick #98335A

Tints of Lipstick #98335A

Color information

#98335A (or 0x98335A) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 5A. RGB value is (152,51,90). Sum of RGB (Red+Green+Blue) = 152+51+90=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98335A is #67CCA5. Grayscale: #555555. Windows color (decimal): -6802598 or 5911448. OLE color: 5911448.

HSL color Cylindrical-coordinate representation of color #98335A: hue angle of 336.83º 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 #98335A is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1525190-
CMYK00.660.410.40
HSL336.83º49.75%39.8%-
HSV(B)336.83º66.45%59.61%-
XYZ15.989.7810.72-
YUV85.64130.46175.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=51.88%
G=17.41%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152519000.660.410.40336.8349.7539.8
Hex98335A04229281513228
Octal23063132010251505216250
Binary10011000110011101101001000010101001101000101010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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