#981748

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

Shades of Lipstick #981748

Tints of Lipstick #981748

Color information

#981748 (or 0x981748) is unknown color: approx Lipstick. HEX triplet: 98, 17 and 48. RGB value is (152,23,72). Sum of RGB (Red+Green+Blue) = 152+23+72=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #981748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981748 is #67E8B7. Grayscale: #434343. Windows color (decimal): -6809784 or 4724632. OLE color: 4724632.

HSL color Cylindrical-coordinate representation of color #981748: hue angle of 337.21º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981748 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1522372-
CMYK00.850.530.40
HSL337.21º73.71%34.31%-
HSV(B)337.21º84.87%59.61%-
XYZ14.427.766.87-
YUV67.16130.74188.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=61.54%
G=9.31%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152237200.850.530.40337.2173.7134.31
Hex98174805535281514a22
Octal230271100125655052111242
Binary10011000101111001000010101011101011010001010100011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981748; }

 p { color: rgb(152,23,72); }

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

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

 a { background-color: rgb(152,23,72); }

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

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

 span { border-color: rgb(152,23,72); }

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