#982754

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

Shades of Lipstick #982754

Tints of Lipstick #982754

Color information

#982754 (or 0x982754) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 54. RGB value is (152,39,84). Sum of RGB (Red+Green+Blue) = 152+39+84=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #982754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982754 is #67D8AB. Grayscale: #4D4D4D. Windows color (decimal): -6805676 or 5515160. OLE color: 5515160.

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

Color convert

RGB1523984-
CMYK00.740.450.40
HSL336.11º59.16%37.45%-
HSV(B)336.11º74.34%59.61%-
XYZ15.278.779.27-
YUV77.92131.44180.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=55.27%
G=14.18%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152398400.740.450.40336.1159.1637.45
Hex98275404A2D281503b25
Octal23047124011255505207345
Binary10011000100111101010001001010101101101000101010000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982754; }

 p { color: rgb(152,39,84); }

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

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

 a { background-color: rgb(152,39,84); }

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

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

 span { border-color: rgb(152,39,84); }

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