#98245D

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

Shades of Lipstick #98245D

Tints of Lipstick #98245D

Color information

#98245D (or 0x98245D) is unknown color: approx Lipstick. HEX triplet: 98, 24 and 5D. RGB value is (152,36,93). Sum of RGB (Red+Green+Blue) = 152+36+93=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98245D is #67DBA2. Grayscale: #4D4D4D. Windows color (decimal): -6806435 or 6104216. OLE color: 6104216.

HSL color Cylindrical-coordinate representation of color #98245D: hue angle of 330.52º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98245D is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1523693-
CMYK00.760.390.40
HSL330.52º61.7%36.86%-
HSV(B)330.52º76.32%59.61%-
XYZ15.568.7311.22-
YUV77.18136.93181.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=54.09%
G=12.81%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152369300.760.390.40330.5261.736.86
Hex98245D04C272814b3e25
Octal23044135011447505137645
Binary10011000100100101110101001100100111101000101001011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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