#982658

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

Shades of Lipstick #982658

Tints of Lipstick #982658

Color information

#982658 (or 0x982658) is unknown color: approx Lipstick. HEX triplet: 98, 26 and 58. RGB value is (152,38,88). Sum of RGB (Red+Green+Blue) = 152+38+88=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #982658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982658 is #67D9A7. Grayscale: #4D4D4D. Windows color (decimal): -6805928 or 5777048. OLE color: 5777048.

HSL color Cylindrical-coordinate representation of color #982658: hue angle of 333.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982658 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1523888-
CMYK00.750.420.40
HSL333.68º60%37.25%-
HSV(B)333.68º75%59.61%-
XYZ15.48.7710.11-
YUV77.79133.77180.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=54.68%
G=13.67%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152388800.750.420.40333.686037.25
Hex98265804B2A2814e3c25
Octal23046130011352505167445
Binary10011000100110101100001001011101010101000101001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982658; }

 p { color: rgb(152,38,88); }

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

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

 a { background-color: rgb(152,38,88); }

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

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

 span { border-color: rgb(152,38,88); }

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