#98265A

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

Shades of Lipstick #98265A

Tints of Lipstick #98265A

Color information

#98265A (or 0x98265A) is unknown color: approx Lipstick. HEX triplet: 98, 26 and 5A. RGB value is (152,38,90). Sum of RGB (Red+Green+Blue) = 152+38+90=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98265A is #67D9A5. Grayscale: #4D4D4D. Windows color (decimal): -6805926 or 5908120. OLE color: 5908120.

HSL color Cylindrical-coordinate representation of color #98265A: hue angle of 332.63º 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 #98265A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1523890-
CMYK00.750.410.40
HSL332.63º60%37.25%-
HSV(B)332.63º75%59.61%-
XYZ15.498.810.56-
YUV78.01134.77180.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=54.29%
G=13.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152389000.750.410.40332.636037.25
Hex98265A04B292814d3c25
Octal23046132011351505157445
Binary10011000100110101101001001011101001101000101001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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