#982648

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

Shades of Lipstick #982648

Tints of Lipstick #982648

Color information

#982648 (or 0x982648) is unknown color: approx Lipstick. HEX triplet: 98, 26 and 48. RGB value is (152,38,72). Sum of RGB (Red+Green+Blue) = 152+38+72=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #982648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982648 is #67D9B7. Grayscale: #4B4B4B. Windows color (decimal): -6805944 or 4728472. OLE color: 4728472.

HSL color Cylindrical-coordinate representation of color #982648: hue angle of 342.11º 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 #982648 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1523872-
CMYK00.750.530.40
HSL342.11º60%37.25%-
HSV(B)342.11º75%59.61%-
XYZ14.818.537-
YUV75.96125.77182.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.02%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=58.02%
G=14.50%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152387200.750.530.40342.116037.25
Hex98264804B35281563c25
Octal23046110011365505267445
Binary10011000100110100100001001011110101101000101010110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982648; }

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

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

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

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

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

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

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

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