#982B4F

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

Shades of Lipstick #982B4F

Tints of Lipstick #982B4F

Color information

#982B4F (or 0x982B4F) is unknown color: approx Lipstick. HEX triplet: 98, 2B and 4F. RGB value is (152,43,79). Sum of RGB (Red+Green+Blue) = 152+43+79=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #982B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982B4F is #67D4B0. Grayscale: #4F4F4F. Windows color (decimal): -6804657 or 5188504. OLE color: 5188504.

HSL color Cylindrical-coordinate representation of color #982B4F: hue angle of 340.18º 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 #982B4F is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1524379-
CMYK00.720.480.40
HSL340.18º55.9%38.24%-
HSV(B)340.18º71.71%59.61%-
XYZ15.228.978.33-
YUV79.69127.61179.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.47%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=55.47%
G=15.69%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152437900.720.480.40340.1855.938.24
Hex982B4F04830281543826
Octal23053117011060505247046
Binary10011000101011100111101001000110000101000101010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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