#98215A

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

Shades of Lipstick #98215A

Tints of Lipstick #98215A

Color information

#98215A (or 0x98215A) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 5A. RGB value is (152,33,90). Sum of RGB (Red+Green+Blue) = 152+33+90=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #98215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98215A is #67DEA5. Grayscale: #4A4A4A. Windows color (decimal): -6807206 or 5906840. OLE color: 5906840.

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

Color convert

RGB1523390-
CMYK00.780.410.40
HSL331.26º64.32%36.27%-
HSV(B)331.26º78.29%59.61%-
XYZ15.348.510.51-
YUV75.08136.42182.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=55.27%
G=12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152339000.780.410.40331.2664.3236.27
Hex98215A04E292814b4024
Octal230411320116515051310044
Binary100110001000011011010010011101010011010001010010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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