#98265F

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

Shades of Lipstick #98265F

Tints of Lipstick #98265F

Color information

#98265F (or 0x98265F) is unknown color: approx Lipstick. HEX triplet: 98, 26 and 5F. RGB value is (152,38,95). Sum of RGB (Red+Green+Blue) = 152+38+95=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98265F is #67D9A0. Grayscale: #4E4E4E. Windows color (decimal): -6805921 or 6235800. OLE color: 6235800.

HSL color Cylindrical-coordinate representation of color #98265F: hue angle of 330º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98265F is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1523895-
CMYK00.750.380.40
HSL330º60%37.25%-
HSV(B)330º75%59.61%-
XYZ15.718.8911.71-
YUV78.58137.27180.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152389500.750.380.403306037.25
Hex98265F04B262814a3c25
Octal23046137011346505127445
Binary10011000100110101111101001011100110101000101001010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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