#98215E

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

Shades of Lipstick #98215E

Tints of Lipstick #98215E

Color information

#98215E (or 0x98215E) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 5E. RGB value is (152,33,94). Sum of RGB (Red+Green+Blue) = 152+33+94=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98215E is #67DEA1. Grayscale: #4B4B4B. Windows color (decimal): -6807202 or 6168984. OLE color: 6168984.

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

Color convert

RGB1523394-
CMYK00.780.380.40
HSL329.24º64.32%36.27%-
HSV(B)329.24º78.29%59.61%-
XYZ15.518.5711.43-
YUV75.54138.42182.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=54.48%
G=11.83%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152339400.780.380.40329.2464.3236.27
Hex98215E04E26281494024
Octal230411360116465051110044
Binary100110001000011011110010011101001101010001010010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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