#98215B

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

Shades of Lipstick #98215B

Tints of Lipstick #98215B

Color information

#98215B (or 0x98215B) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 5B. RGB value is (152,33,91). Sum of RGB (Red+Green+Blue) = 152+33+91=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98215B is #67DEA4. Grayscale: #4B4B4B. Windows color (decimal): -6807205 or 5972376. OLE color: 5972376.

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

Color convert

RGB1523391-
CMYK00.780.400.40
HSL330.76º64.32%36.27%-
HSV(B)330.76º78.29%59.61%-
XYZ15.388.5210.73-
YUV75.19136.92182.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=55.07%
G=11.96%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152339100.780.400.40330.7664.3236.27
Hex98215B04E282814b4024
Octal230411330116505051310044
Binary100110001000011011011010011101010001010001010010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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