#983268

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

Shades of Lipstick #983268

Tints of Lipstick #983268

Color information

#983268 (or 0x983268) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 68. RGB value is (152,50,104). Sum of RGB (Red+Green+Blue) = 152+50+104=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983268 is #67CD97. Grayscale: #565656. Windows color (decimal): -6802840 or 6828696. OLE color: 6828696.

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

Color convert

RGB15250104-
CMYK00.670.320.40
HSL328.24º50.5%39.61%-
HSV(B)328.24º67.11%59.61%-
XYZ16.599.9614.14-
YUV86.65137.79174.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=49.67%
G=16.34%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525010400.670.320.40328.2450.539.61
Hex98326804320281483228
Octal23062150010340505106250
Binary10011000110010110100001000011100000101000101001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983268; }

 p { color: rgb(152,50,104); }

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

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

 a { background-color: rgb(152,50,104); }

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

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

 span { border-color: rgb(152,50,104); }

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