#983466

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

Shades of Lipstick #983466

Tints of Lipstick #983466

Color information

#983466 (or 0x983466) is unknown color: approx Lipstick. HEX triplet: 98, 34 and 66. RGB value is (152,52,102). Sum of RGB (Red+Green+Blue) = 152+52+102=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983466 is #67CB99. Grayscale: #575757. Windows color (decimal): -6802330 or 6698136. OLE color: 6698136.

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

Color convert

RGB15252102-
CMYK00.660.330.40
HSL330º49.02%40%-
HSV(B)330º65.79%59.61%-
XYZ16.5810.0913.64-
YUV87.6136.13173.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=49.67%
G=16.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525210200.660.330.4033049.0240
Hex983466042212814a3128
Octal23064146010241505126150
Binary10011000110100110011001000010100001101000101001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983466; }

 p { color: rgb(152,52,102); }

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

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

 a { background-color: rgb(152,52,102); }

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

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

 span { border-color: rgb(152,52,102); }

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