#983262

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

Shades of Lipstick #983262

Tints of Lipstick #983262

Color information

#983262 (or 0x983262) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 62. RGB value is (152,50,98). Sum of RGB (Red+Green+Blue) = 152+50+98=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #983262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983262 is #67CD9D. Grayscale: #555555. Windows color (decimal): -6802846 or 6435480. OLE color: 6435480.

HSL color Cylindrical-coordinate representation of color #983262: hue angle of 331.76º 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 #983262 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1525098-
CMYK00.670.360.40
HSL331.76º50.5%39.61%-
HSV(B)331.76º67.11%59.61%-
XYZ16.299.8412.6-
YUV85.97134.79175.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=50.67%
G=16.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152509800.670.360.40331.7650.539.61
Hex983262043242814c3228
Octal23062142010344505146250
Binary10011000110010110001001000011100100101000101001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983262; }

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

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

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

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

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

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

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

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