#98304E

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

Shades of Lipstick #98304E

Tints of Lipstick #98304E

Color information

#98304E (or 0x98304E) is unknown color: approx Lipstick. HEX triplet: 98, 30 and 4E. RGB value is (152,48,78). Sum of RGB (Red+Green+Blue) = 152+48+78=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98304E is #67CFB1. Grayscale: #525252. Windows color (decimal): -6803378 or 5124248. OLE color: 5124248.

HSL color Cylindrical-coordinate representation of color #98304E: hue angle of 342.69º 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 #98304E is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1524878-
CMYK00.680.490.40
HSL342.69º52%39.22%-
HSV(B)342.69º68.42%59.61%-
XYZ15.389.348.2-
YUV82.52125.46177.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=54.68%
G=17.27%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152487800.680.490.40342.695239.22
Hex98304E04431281573427
Octal23060116010461505276447
Binary10011000110000100111001000100110001101000101010111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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