#981C52

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

Shades of Lipstick #981C52

Tints of Lipstick #981C52

Color information

#981C52 (or 0x981C52) is unknown color: approx Lipstick. HEX triplet: 98, 1C and 52. RGB value is (152,28,82). Sum of RGB (Red+Green+Blue) = 152+28+82=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #981C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C52 is #67E3AD. Grayscale: #474747. Windows color (decimal): -6808494 or 5381272. OLE color: 5381272.

HSL color Cylindrical-coordinate representation of color #981C52: hue angle of 333.87º degrees, saturation: 0.69, 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 #981C52 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB1522882-
CMYK00.820.460.40
HSL333.87º68.89%35.29%-
HSV(B)333.87º81.58%59.61%-
XYZ14.898.128.76-
YUV71.23134.08185.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.02%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=58.02%
G=10.69%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152288200.820.460.40333.8768.8935.29
Hex981C520522E2814e4523
Octal230341220122565051610543
Binary10011000111001010010010100101011101010001010011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,28,82); }

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

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

 a { background-color: rgb(152,28,82); }

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

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

 span { border-color: rgb(152,28,82); }

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