#98304C

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

Shades of Lipstick #98304C

Tints of Lipstick #98304C

Color information

#98304C (or 0x98304C) is unknown color: approx Lipstick. HEX triplet: 98, 30 and 4C. RGB value is (152,48,76). Sum of RGB (Red+Green+Blue) = 152+48+76=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98304C is #67CFB3. Grayscale: #525252. Windows color (decimal): -6803380 or 4993176. OLE color: 4993176.

HSL color Cylindrical-coordinate representation of color #98304C: hue angle of 343.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98304C is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1524876-
CMYK00.680.500.40
HSL343.85º52%39.22%-
HSV(B)343.85º68.42%59.61%-
XYZ15.319.317.83-
YUV82.29124.46177.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=55.07%
G=17.39%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152487600.680.500.40343.855239.22
Hex98304C04432281583427
Octal23060114010462505306447
Binary10011000110000100110001000100110010101000101011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,48,76); }

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

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

 a { background-color: rgb(152,48,76); }

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

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

 span { border-color: rgb(152,48,76); }

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