#98304B

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

Shades of Lipstick #98304B

Tints of Lipstick #98304B

Color information

#98304B (or 0x98304B) is unknown color: approx Lipstick. HEX triplet: 98, 30 and 4B. RGB value is (152,48,75). Sum of RGB (Red+Green+Blue) = 152+48+75=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #98304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98304B is #67CFB4. Grayscale: #525252. Windows color (decimal): -6803381 or 4927640. OLE color: 4927640.

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

Color convert

RGB1524875-
CMYK00.680.510.40
HSL344.42º52%39.22%-
HSV(B)344.42º68.42%59.61%-
XYZ15.289.37.65-
YUV82.17123.96177.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=55.27%
G=17.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152487500.680.510.40344.425239.22
Hex98304B04433281583427
Octal23060113010463505306447
Binary10011000110000100101101000100110011101000101011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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