#982B50

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

Shades of Lipstick #982B50

Tints of Lipstick #982B50

Color information

#982B50 (or 0x982B50) is unknown color: approx Lipstick. HEX triplet: 98, 2B and 50. RGB value is (152,43,80). Sum of RGB (Red+Green+Blue) = 152+43+80=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #982B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982B50 is #67D4AF. Grayscale: #4F4F4F. Windows color (decimal): -6804656 or 5254040. OLE color: 5254040.

HSL color Cylindrical-coordinate representation of color #982B50: hue angle of 339.63º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B50 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1524380-
CMYK00.720.470.40
HSL339.63º55.9%38.24%-
HSV(B)339.63º71.71%59.61%-
XYZ15.268.988.52-
YUV79.81128.11179.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 43 (17.19% from 255) = 15.64%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=55.27%
G=15.64%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152438000.720.470.40339.6355.938.24
Hex982B500482F281543826
Octal23053120011057505247046
Binary10011000101011101000001001000101111101000101010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982B50; }

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

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

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

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

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

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

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

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