#981953

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

Shades of Lipstick #981953

Tints of Lipstick #981953

Color information

#981953 (or 0x981953) is unknown color: approx Lipstick. HEX triplet: 98, 19 and 53. RGB value is (152,25,83). Sum of RGB (Red+Green+Blue) = 152+25+83=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #981953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981953 is #67E6AC. Grayscale: #454545. Windows color (decimal): -6809261 or 5446040. OLE color: 5446040.

HSL color Cylindrical-coordinate representation of color #981953: hue angle of 332.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981953 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1522583-
CMYK00.840.450.40
HSL332.6º71.75%34.71%-
HSV(B)332.6º83.55%59.61%-
XYZ14.8688.94-
YUV69.58135.58186.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=58.46%
G=9.62%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152258300.840.450.40332.671.7534.71
Hex9819530542D2814d4823
Octal230311230124555051511043
Binary10011000110011010011010101001011011010001010011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981953; }

 p { color: rgb(152,25,83); }

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

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

 a { background-color: rgb(152,25,83); }

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

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

 span { border-color: rgb(152,25,83); }

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