#98215C

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

Shades of Lipstick #98215C

Tints of Lipstick #98215C

Color information

#98215C (or 0x98215C) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 5C. RGB value is (152,33,92). Sum of RGB (Red+Green+Blue) = 152+33+92=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98215C is #67DEA3. Grayscale: #4B4B4B. Windows color (decimal): -6807204 or 6037912. OLE color: 6037912.

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

Color convert

RGB1523392-
CMYK00.780.390.40
HSL330.25º64.32%36.27%-
HSV(B)330.25º78.29%59.61%-
XYZ15.428.5410.96-
YUV75.31137.42182.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=54.87%
G=11.91%
B=33.21%

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
Decimal152339200.780.390.40330.2564.3236.27
Hex98215C04E272814a4024
Octal230411340116475051210044
Binary100110001000011011100010011101001111010001010010101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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