#98215D

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

Shades of Lipstick #98215D

Tints of Lipstick #98215D

Color information

#98215D (or 0x98215D) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 5D. RGB value is (152,33,93). Sum of RGB (Red+Green+Blue) = 152+33+93=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98215D is #67DEA2. Grayscale: #4B4B4B. Windows color (decimal): -6807203 or 6103448. OLE color: 6103448.

HSL color Cylindrical-coordinate representation of color #98215D: hue angle of 329.75º 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 #98215D is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1523393-
CMYK00.780.390.40
HSL329.75º64.32%36.27%-
HSV(B)329.75º78.29%59.61%-
XYZ15.478.5511.19-
YUV75.42137.92182.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=54.68%
G=11.87%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152339300.780.390.40329.7564.3236.27
Hex98215D04E272814a4024
Octal230411350116475051210044
Binary100110001000011011101010011101001111010001010010101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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