#98335B

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

Shades of Lipstick #98335B

Tints of Lipstick #98335B

Color information

#98335B (or 0x98335B) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 5B. RGB value is (152,51,91). Sum of RGB (Red+Green+Blue) = 152+51+91=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98335B is #67CCA4. Grayscale: #555555. Windows color (decimal): -6802597 or 5976984. OLE color: 5976984.

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

Color convert

RGB1525191-
CMYK00.660.400.40
HSL336.24º49.75%39.8%-
HSV(B)336.24º66.45%59.61%-
XYZ16.029.810.94-
YUV85.76130.96175.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.70%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=51.70%
G=17.35%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152519100.660.400.40336.2449.7539.8
Hex98335B04228281503228
Octal23063133010250505206250
Binary10011000110011101101101000010101000101000101010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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