#98355A

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

Shades of Lipstick #98355A

Tints of Lipstick #98355A

Color information

#98355A (or 0x98355A) is unknown color: approx Lipstick. HEX triplet: 98, 35 and 5A. RGB value is (152,53,90). Sum of RGB (Red+Green+Blue) = 152+53+90=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98355A is #67CAA5. Grayscale: #565656. Windows color (decimal): -6802086 or 5911960. OLE color: 5911960.

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

Color convert

RGB1525390-
CMYK00.650.410.40
HSL337.58º48.29%40.2%-
HSV(B)337.58º65.13%59.61%-
XYZ16.079.9610.75-
YUV86.82129.8174.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=51.53%
G=17.97%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152539000.650.410.40337.5848.2940.2
Hex98355A04129281523028
Octal23065132010151505226050
Binary10011000110101101101001000001101001101000101010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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