#98336A

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

Shades of Lipstick #98336A

Tints of Lipstick #98336A

Color information

#98336A (or 0x98336A) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 6A. RGB value is (152,51,106). Sum of RGB (Red+Green+Blue) = 152+51+106=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98336A is #67CC95. Grayscale: #575757. Windows color (decimal): -6802582 or 6960024. OLE color: 6960024.

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

Color convert

RGB15251106-
CMYK00.660.300.40
HSL327.33º49.75%39.8%-
HSV(B)327.33º66.45%59.61%-
XYZ16.7310.0814.7-
YUV87.47138.46174.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=49.19%
G=16.50%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525110600.660.300.40327.3349.7539.8
Hex98336A0421E281473228
Octal23063152010236505076250
Binary1001100011001111010100100001011110101000101000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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