#983250

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

Shades of Lipstick #983250

Tints of Lipstick #983250

Color information

#983250 (or 0x983250) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 50. RGB value is (152,50,80). Sum of RGB (Red+Green+Blue) = 152+50+80=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #983250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983250 is #67CDAF. Grayscale: #535353. Windows color (decimal): -6802864 or 5255832. OLE color: 5255832.

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

Color convert

RGB1525080-
CMYK00.670.470.40
HSL342.35º50.5%39.61%-
HSV(B)342.35º67.11%59.61%-
XYZ15.549.548.61-
YUV83.92125.79176.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=53.90%
G=17.73%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152508000.670.470.40342.3550.539.61
Hex9832500432F281563228
Octal23062120010357505266250
Binary10011000110010101000001000011101111101000101010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983250; }

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

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

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

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

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

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

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

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