#98215F

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

Shades of Lipstick #98215F

Tints of Lipstick #98215F

Color information

#98215F (or 0x98215F) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 5F. RGB value is (152,33,95). Sum of RGB (Red+Green+Blue) = 152+33+95=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98215F is #67DEA0. Grayscale: #4B4B4B. Windows color (decimal): -6807201 or 6234520. OLE color: 6234520.

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

Color convert

RGB1523395-
CMYK00.780.380.40
HSL328.74º64.32%36.27%-
HSV(B)328.74º78.29%59.61%-
XYZ15.568.5911.66-
YUV75.65138.92182.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=54.29%
G=11.79%
B=33.93%

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
Decimal152339500.780.380.40328.7464.3236.27
Hex98215F04E26281494024
Octal230411370116465051110044
Binary100110001000011011111010011101001101010001010010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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