#982856

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

Shades of Lipstick #982856

Tints of Lipstick #982856

Color information

#982856 (or 0x982856) is unknown color: approx Lipstick. HEX triplet: 98, 28 and 56. RGB value is (152,40,86). Sum of RGB (Red+Green+Blue) = 152+40+86=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #982856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982856 is #67D7A9. Grayscale: #4E4E4E. Windows color (decimal): -6805418 or 5646488. OLE color: 5646488.

HSL color Cylindrical-coordinate representation of color #982856: hue angle of 335.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982856 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1524086-
CMYK00.740.430.40
HSL335.36º58.33%37.65%-
HSV(B)335.36º73.68%59.61%-
XYZ15.398.869.7-
YUV78.73132.11180.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=54.68%
G=14.39%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152408600.740.430.40335.3658.3337.65
Hex98285604A2B2814f3a26
Octal23050126011253505177246
Binary10011000101000101011001001010101011101000101001111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982856; }

 p { color: rgb(152,40,86); }

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

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

 a { background-color: rgb(152,40,86); }

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

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

 span { border-color: rgb(152,40,86); }

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