#983351

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

Shades of Lipstick #983351

Tints of Lipstick #983351

Color information

#983351 (or 0x983351) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 51. RGB value is (152,51,81). Sum of RGB (Red+Green+Blue) = 152+51+81=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #983351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983351 is #67CCAE. Grayscale: #545454. Windows color (decimal): -6802607 or 5321624. OLE color: 5321624.

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

Color convert

RGB1525181-
CMYK00.660.470.40
HSL342.18º49.75%39.8%-
HSV(B)342.18º66.45%59.61%-
XYZ15.629.648.82-
YUV84.62125.96176.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=53.52%
G=17.96%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152518100.660.470.40342.1849.7539.8
Hex9833510422F281563228
Octal23063121010257505266250
Binary10011000110011101000101000010101111101000101010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983351; }

 p { color: rgb(152,51,81); }

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

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

 a { background-color: rgb(152,51,81); }

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

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

 span { border-color: rgb(152,51,81); }

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