#983663

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

Shades of Lipstick #983663

Tints of Lipstick #983663

Color information

#983663 (or 0x983663) is unknown color: approx Lipstick. HEX triplet: 98, 36 and 63. RGB value is (152,54,99). Sum of RGB (Red+Green+Blue) = 152+54+99=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #983663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983663 is #67C99C. Grayscale: #585858. Windows color (decimal): -6801821 or 6502040. OLE color: 6502040.

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

Color convert

RGB1525499-
CMYK00.640.350.40
HSL332.45º47.57%40.39%-
HSV(B)332.45º64.47%59.61%-
XYZ16.5210.2112.91-
YUV88.43133.97173.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=49.84%
G=17.70%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152549900.640.350.40332.4547.5740.39
Hex983663040232814c3028
Octal23066143010043505146050
Binary10011000110110110001101000000100011101000101001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983663; }

 p { color: rgb(152,54,99); }

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

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

 a { background-color: rgb(152,54,99); }

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

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

 span { border-color: rgb(152,54,99); }

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