#982B4B

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

Shades of Lipstick #982B4B

Tints of Lipstick #982B4B

Color information

#982B4B (or 0x982B4B) is unknown color: approx Lipstick. HEX triplet: 98, 2B and 4B. RGB value is (152,43,75). Sum of RGB (Red+Green+Blue) = 152+43+75=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #982B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B4B is #67D4B4. Grayscale: #4F4F4F. Windows color (decimal): -6804661 or 4926360. OLE color: 4926360.

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

Color convert

RGB1524375-
CMYK00.720.510.40
HSL342.39º55.9%38.24%-
HSV(B)342.39º71.71%59.61%-
XYZ15.088.917.58-
YUV79.24125.61179.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=56.30%
G=15.93%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152437500.720.510.40342.3955.938.24
Hex982B4B04833281563826
Octal23053113011063505267046
Binary10011000101011100101101001000110011101000101010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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