#981B4D

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

Shades of Lipstick #981B4D

Tints of Lipstick #981B4D

Color information

#981B4D (or 0x981B4D) is unknown color: approx Lipstick. HEX triplet: 98, 1B and 4D. RGB value is (152,27,77). Sum of RGB (Red+Green+Blue) = 152+27+77=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #981B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B4D is #67E4B2. Grayscale: #464646. Windows color (decimal): -6808755 or 5053336. OLE color: 5053336.

HSL color Cylindrical-coordinate representation of color #981B4D: hue angle of 336º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B4D is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1522777-
CMYK00.820.490.40
HSL336º69.83%35.1%-
HSV(B)336º82.24%59.61%-
XYZ14.6887.79-
YUV70.08131.91186.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 27 (10.94% from 255) = 10.55%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=59.38%
G=10.55%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152277700.820.490.4033669.8335.1
Hex981B4D05231281504623
Octal230331150122615052010643
Binary10011000110111001101010100101100011010001010100001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981B4D; }

 p { color: rgb(152,27,77); }

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

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

 a { background-color: rgb(152,27,77); }

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

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

 span { border-color: rgb(152,27,77); }

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